From b04314f06a2989ba3c03f2b275ec5d0c89cef80f Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 25 Sep 2026 18:14:41 -0700 Subject: [PATCH] chore: regenerate health client --- .../google-api-services-health/v4/2.0.0/README.md | 4 ++-- .../health/v4/model/ActiveEnergyBurned.java | 9 ++++++--- .../api/services/health/v4/model/Altitude.java | 9 ++++++--- .../services/health/v4/model/BloodGlucose.java | 6 +++--- .../api/services/health/v4/model/BodyFat.java | 6 +++--- .../health/v4/model/CoreBodyTemperature.java | 6 +++--- .../health/v4/model/DailyOxygenSaturation.java | 15 ++++++++++++--- .../api/services/health/v4/model/DailyVO2Max.java | 9 ++++++--- .../api/services/health/v4/model/Distance.java | 9 ++++++--- .../services/health/v4/model/EnergyQuantity.java | 6 +++--- .../api/services/health/v4/model/Floors.java | 6 +++--- .../api/services/health/v4/model/HeartRate.java | 6 +++--- .../health/v4/model/HeartRateVariability.java | 6 +++--- .../api/services/health/v4/model/Height.java | 6 +++--- .../health/v4/model/OxygenSaturation.java | 6 +++--- .../api/services/health/v4/model/RunVO2Max.java | 6 +++--- .../api/services/health/v4/model/Steps.java | 6 +++--- .../api/services/health/v4/model/VO2Max.java | 9 ++++++--- .../services/health/v4/model/VolumeQuantity.java | 6 +++--- .../api/services/health/v4/model/Weight.java | 6 +++--- .../services/health/v4/model/WeightQuantity.java | 6 +++--- .../google-api-services-health/v4/2.0.0/pom.xml | 4 ++-- clients/google-api-services-health/v4/README.md | 4 ++-- .../v4beta/2.0.0/README.md | 4 ++-- .../health/v4beta/model/ActiveEnergyBurned.java | 9 ++++++--- .../services/health/v4beta/model/Altitude.java | 9 ++++++--- .../health/v4beta/model/BloodGlucose.java | 6 +++--- .../api/services/health/v4beta/model/BodyFat.java | 6 +++--- .../health/v4beta/model/CoreBodyTemperature.java | 6 +++--- .../v4beta/model/DailyOxygenSaturation.java | 15 ++++++++++++--- .../services/health/v4beta/model/DailyVO2Max.java | 9 ++++++--- .../services/health/v4beta/model/Distance.java | 9 ++++++--- .../health/v4beta/model/EnergyQuantity.java | 6 +++--- .../api/services/health/v4beta/model/Floors.java | 6 +++--- .../services/health/v4beta/model/HeartRate.java | 6 +++--- .../health/v4beta/model/HeartRateVariability.java | 6 +++--- .../api/services/health/v4beta/model/Height.java | 6 +++--- .../health/v4beta/model/OxygenSaturation.java | 6 +++--- .../services/health/v4beta/model/RunVO2Max.java | 6 +++--- .../api/services/health/v4beta/model/Steps.java | 6 +++--- .../api/services/health/v4beta/model/VO2Max.java | 9 ++++++--- .../health/v4beta/model/VolumeQuantity.java | 6 +++--- .../api/services/health/v4beta/model/Weight.java | 6 +++--- .../health/v4beta/model/WeightQuantity.java | 6 +++--- .../v4beta/2.0.0/pom.xml | 4 ++-- .../google-api-services-health/v4beta/README.md | 4 ++-- 46 files changed, 180 insertions(+), 132 deletions(-) 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 f5f4af528ce..e6908ead7f6 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-rev20260922-2.0.0 + v4-rev20260923-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4-rev20260922-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4-rev20260923-2.0.0' } ``` diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/ActiveEnergyBurned.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/ActiveEnergyBurned.java index c322ba71274..f0cd4b3284d 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/ActiveEnergyBurned.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/ActiveEnergyBurned.java @@ -37,7 +37,8 @@ public final class ActiveEnergyBurned extends com.google.api.client.json.Generic private ObservationTimeInterval interval; /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -61,7 +62,8 @@ public ActiveEnergyBurned setInterval(ObservationTimeInterval interval) { } /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * @return value or {@code null} for none */ public java.lang.Double getKcal() { @@ -69,7 +71,8 @@ public java.lang.Double getKcal() { } /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * @param kcal kcal or {@code null} for none */ public ActiveEnergyBurned setKcal(java.lang.Double kcal) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Altitude.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Altitude.java index cf74f254787..acb40d8585d 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Altitude.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Altitude.java @@ -30,7 +30,8 @@ public final class Altitude extends com.google.api.client.json.GenericJson { /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +45,8 @@ public final class Altitude extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * @return value or {@code null} for none */ public java.lang.Long getGainMillimeters() { @@ -52,7 +54,8 @@ public java.lang.Long getGainMillimeters() { } /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * @param gainMillimeters gainMillimeters or {@code null} for none */ public Altitude setGainMillimeters(java.lang.Long gainMillimeters) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BloodGlucose.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BloodGlucose.java index a273dfd06e9..e78f96039d2 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BloodGlucose.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BloodGlucose.java @@ -30,7 +30,7 @@ public final class BloodGlucose extends com.google.api.client.json.GenericJson { /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public final class BloodGlucose extends com.google.api.client.json.GenericJson { private java.lang.String specimen; /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * @return value or {@code null} for none */ public java.lang.Double getBloodGlucoseMilligramsPerDeciliter() { @@ -87,7 +87,7 @@ public java.lang.Double getBloodGlucoseMilligramsPerDeciliter() { } /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * @param bloodGlucoseMilligramsPerDeciliter bloodGlucoseMilligramsPerDeciliter or {@code null} for none */ public BloodGlucose setBloodGlucoseMilligramsPerDeciliter(java.lang.Double bloodGlucoseMilligramsPerDeciliter) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BodyFat.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BodyFat.java index 19480d5d9af..a8394a4240a 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BodyFat.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/BodyFat.java @@ -30,7 +30,7 @@ public final class BodyFat extends com.google.api.client.json.GenericJson { /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class BodyFat extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getPercentage() { @@ -52,7 +52,7 @@ public java.lang.Double getPercentage() { } /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * @param percentage percentage or {@code null} for none */ public BodyFat setPercentage(java.lang.Double percentage) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/CoreBodyTemperature.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/CoreBodyTemperature.java index aee0d031ad1..cc454c47744 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/CoreBodyTemperature.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/CoreBodyTemperature.java @@ -52,7 +52,7 @@ public final class CoreBodyTemperature extends com.google.api.client.json.Generi private ObservationSampleTime sampleTime; /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -110,7 +110,7 @@ public CoreBodyTemperature setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getTemperatureCelsius() { @@ -118,7 +118,7 @@ public java.lang.Double getTemperatureCelsius() { } /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * @param temperatureCelsius temperatureCelsius or {@code null} for none */ public CoreBodyTemperature setTemperatureCelsius(java.lang.Double temperatureCelsius) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyOxygenSaturation.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyOxygenSaturation.java index 2d272ad8c04..18f682652a9 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyOxygenSaturation.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyOxygenSaturation.java @@ -31,7 +31,8 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.GenericJson { /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -46,6 +47,7 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.Gene /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -60,13 +62,15 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.Gene /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Double upperBoundPercentage; /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getAveragePercentage() { @@ -74,7 +78,8 @@ public java.lang.Double getAveragePercentage() { } /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * @param averagePercentage averagePercentage or {@code null} for none */ public DailyOxygenSaturation setAveragePercentage(java.lang.Double averagePercentage) { @@ -101,6 +106,7 @@ public DailyOxygenSaturation setDate(Date date) { /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getLowerBoundPercentage() { @@ -109,6 +115,7 @@ public java.lang.Double getLowerBoundPercentage() { /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @param lowerBoundPercentage lowerBoundPercentage or {@code null} for none */ public DailyOxygenSaturation setLowerBoundPercentage(java.lang.Double lowerBoundPercentage) { @@ -135,6 +142,7 @@ public DailyOxygenSaturation setStandardDeviationPercentage(java.lang.Double sta /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getUpperBoundPercentage() { @@ -143,6 +151,7 @@ public java.lang.Double getUpperBoundPercentage() { /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @param upperBoundPercentage upperBoundPercentage or {@code null} for none */ public DailyOxygenSaturation setUpperBoundPercentage(java.lang.Double upperBoundPercentage) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyVO2Max.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyVO2Max.java index d650c48dbd5..f72a3718627 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyVO2Max.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyVO2Max.java @@ -53,7 +53,8 @@ public final class DailyVO2Max extends com.google.api.client.json.GenericJson { private java.lang.Boolean estimated; /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -120,7 +121,8 @@ public DailyVO2Max setEstimated(java.lang.Boolean estimated) { } /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getVo2Max() { @@ -128,7 +130,8 @@ public java.lang.Double getVo2Max() { } /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * @param vo2Max vo2Max or {@code null} for none */ public DailyVO2Max setVo2Max(java.lang.Double vo2Max) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Distance.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Distance.java index 1d12504f23c..32b8026d9b8 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Distance.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Distance.java @@ -37,7 +37,8 @@ public final class Distance extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -61,7 +62,8 @@ public Distance setInterval(ObservationTimeInterval interval) { } /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * @return value or {@code null} for none */ public java.lang.Long getMillimeters() { @@ -69,7 +71,8 @@ public java.lang.Long getMillimeters() { } /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * @param millimeters millimeters or {@code null} for none */ public Distance setMillimeters(java.lang.Long millimeters) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/EnergyQuantity.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/EnergyQuantity.java index b20cddd5f07..47470fa6d43 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/EnergyQuantity.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/EnergyQuantity.java @@ -30,7 +30,7 @@ public final class EnergyQuantity extends com.google.api.client.json.GenericJson { /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class EnergyQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getKcal() { @@ -52,7 +52,7 @@ public java.lang.Double getKcal() { } /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * @param kcal kcal or {@code null} for none */ public EnergyQuantity setKcal(java.lang.Double kcal) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Floors.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Floors.java index 10372486a46..e83f637ff8b 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Floors.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Floors.java @@ -30,7 +30,7 @@ public final class Floors extends com.google.api.client.json.GenericJson { /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Floors extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Long getCount() { @@ -52,7 +52,7 @@ public java.lang.Long getCount() { } /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * @param count count or {@code null} for none */ public Floors setCount(java.lang.Long count) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRate.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRate.java index 47c2a6724a8..be50c3b1301 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRate.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRate.java @@ -30,7 +30,7 @@ public final class HeartRate extends com.google.api.client.json.GenericJson { /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -51,7 +51,7 @@ public final class HeartRate extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * @return value or {@code null} for none */ public java.lang.Long getBeatsPerMinute() { @@ -59,7 +59,7 @@ public java.lang.Long getBeatsPerMinute() { } /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * @param beatsPerMinute beatsPerMinute or {@code null} for none */ public HeartRate setBeatsPerMinute(java.lang.Long beatsPerMinute) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java index 39d566e0cc2..bfb046e8125 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java @@ -40,7 +40,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public HeartRateVariability setMetadata(HeartRateVariabilityMetadata metadata) { /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * @return value or {@code null} for none */ public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() { @@ -88,7 +88,7 @@ public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() { /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * @param rootMeanSquareOfSuccessiveDifferencesMilliseconds rootMeanSquareOfSuccessiveDifferencesMilliseconds or {@code null} for none */ public HeartRateVariability setRootMeanSquareOfSuccessiveDifferencesMilliseconds(java.lang.Double rootMeanSquareOfSuccessiveDifferencesMilliseconds) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Height.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Height.java index 384e8a6737b..89f9d1b2b1c 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Height.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Height.java @@ -30,7 +30,7 @@ public final class Height extends com.google.api.client.json.GenericJson { /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Height extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * @return value or {@code null} for none */ public java.lang.Long getHeightMillimeters() { @@ -52,7 +52,7 @@ public java.lang.Long getHeightMillimeters() { } /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * @param heightMillimeters heightMillimeters or {@code null} for none */ public Height setHeightMillimeters(java.lang.Long heightMillimeters) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/OxygenSaturation.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/OxygenSaturation.java index 3bde08a05c9..55eedc3f0d6 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/OxygenSaturation.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/OxygenSaturation.java @@ -30,7 +30,7 @@ public final class OxygenSaturation extends com.google.api.client.json.GenericJson { /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class OxygenSaturation extends com.google.api.client.json.GenericJs private ObservationSampleTime sampleTime; /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getPercentage() { @@ -52,7 +52,7 @@ public java.lang.Double getPercentage() { } /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * @param percentage percentage or {@code null} for none */ public OxygenSaturation setPercentage(java.lang.Double percentage) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/RunVO2Max.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/RunVO2Max.java index 316a1300436..8bd9323d29f 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/RunVO2Max.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/RunVO2Max.java @@ -30,7 +30,7 @@ public final class RunVO2Max extends com.google.api.client.json.GenericJson { /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class RunVO2Max extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getRunVo2Max() { @@ -52,7 +52,7 @@ public java.lang.Double getRunVo2Max() { } /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * @param runVo2Max runVo2Max or {@code null} for none */ public RunVO2Max setRunVo2Max(java.lang.Double runVo2Max) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Steps.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Steps.java index c0f4921fb9d..45c6ee55568 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Steps.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Steps.java @@ -30,7 +30,7 @@ public final class Steps extends com.google.api.client.json.GenericJson { /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Steps extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Long getCount() { @@ -52,7 +52,7 @@ public java.lang.Long getCount() { } /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * @param count count or {@code null} for none */ public Steps setCount(java.lang.Long count) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VO2Max.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VO2Max.java index ca754eaa5a2..aaf3afa8771 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VO2Max.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VO2Max.java @@ -44,7 +44,8 @@ public final class VO2Max extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -85,7 +86,8 @@ public VO2Max setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getVo2Max() { @@ -93,7 +95,8 @@ public java.lang.Double getVo2Max() { } /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * @param vo2Max vo2Max or {@code null} for none */ public VO2Max setVo2Max(java.lang.Double vo2Max) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VolumeQuantity.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VolumeQuantity.java index 0ef7fe18c11..982288145f5 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VolumeQuantity.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VolumeQuantity.java @@ -30,7 +30,7 @@ public final class VolumeQuantity extends com.google.api.client.json.GenericJson { /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -45,7 +45,7 @@ public final class VolumeQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getMilliliters() { @@ -53,7 +53,7 @@ public java.lang.Double getMilliliters() { } /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * @param milliliters milliliters or {@code null} for none */ public VolumeQuantity setMilliliters(java.lang.Double milliliters) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Weight.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Weight.java index 9ff54004c5a..ecba74477a1 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Weight.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Weight.java @@ -44,7 +44,7 @@ public final class Weight extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -85,7 +85,7 @@ public Weight setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Double getWeightGrams() { @@ -93,7 +93,7 @@ public java.lang.Double getWeightGrams() { } /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * @param weightGrams weightGrams or {@code null} for none */ public Weight setWeightGrams(java.lang.Double weightGrams) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/WeightQuantity.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/WeightQuantity.java index 7449c4971ed..527ad0d5866 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/WeightQuantity.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/WeightQuantity.java @@ -30,7 +30,7 @@ public final class WeightQuantity extends com.google.api.client.json.GenericJson { /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class WeightQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getGrams() { @@ -52,7 +52,7 @@ public java.lang.Double getGrams() { } /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * @param grams grams or {@code null} for none */ public WeightQuantity setGrams(java.lang.Double grams) { 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 1d67da5112c..5f6ca1b106f 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-rev20260922-2.0.0 - Google Health API v4-rev20260922-2.0.0 + v4-rev20260923-2.0.0 + Google Health API v4-rev20260923-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 f5f4af528ce..e6908ead7f6 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-rev20260922-2.0.0 + v4-rev20260923-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4-rev20260922-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4-rev20260923-2.0.0' } ``` diff --git a/clients/google-api-services-health/v4beta/2.0.0/README.md b/clients/google-api-services-health/v4beta/2.0.0/README.md index 92293b9eb9c..34850fc3f9f 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/README.md +++ b/clients/google-api-services-health/v4beta/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 - v4beta-rev20260922-2.0.0 + v4beta-rev20260923-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4beta-rev20260922-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4beta-rev20260923-2.0.0' } ``` diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/ActiveEnergyBurned.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/ActiveEnergyBurned.java index 4d0e9ab2f50..a7d494af296 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/ActiveEnergyBurned.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/ActiveEnergyBurned.java @@ -37,7 +37,8 @@ public final class ActiveEnergyBurned extends com.google.api.client.json.Generic private ObservationTimeInterval interval; /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -61,7 +62,8 @@ public ActiveEnergyBurned setInterval(ObservationTimeInterval interval) { } /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * @return value or {@code null} for none */ public java.lang.Double getKcal() { @@ -69,7 +71,8 @@ public java.lang.Double getKcal() { } /** - * Required. Energy burned during an activity, measured in kilocalories. + * Required. Energy burned during an activity, measured in kilocalories. Must be in the range `[0, + * 1000000]`. * @param kcal kcal or {@code null} for none */ public ActiveEnergyBurned setKcal(java.lang.Double kcal) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Altitude.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Altitude.java index 97735ac4224..985e3069f0a 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Altitude.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Altitude.java @@ -30,7 +30,8 @@ public final class Altitude extends com.google.api.client.json.GenericJson { /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +45,8 @@ public final class Altitude extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * @return value or {@code null} for none */ public java.lang.Long getGainMillimeters() { @@ -52,7 +54,8 @@ public java.lang.Long getGainMillimeters() { } /** - * Required. Altitude gain in millimeters over the observed interval. + * Required. Altitude gain in millimeters over the observed interval. Must be in the range + * `[-1000000000, 1000000000]`. * @param gainMillimeters gainMillimeters or {@code null} for none */ public Altitude setGainMillimeters(java.lang.Long gainMillimeters) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BloodGlucose.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BloodGlucose.java index e207653ada0..a5eee994179 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BloodGlucose.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BloodGlucose.java @@ -30,7 +30,7 @@ public final class BloodGlucose extends com.google.api.client.json.GenericJson { /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public final class BloodGlucose extends com.google.api.client.json.GenericJson { private java.lang.String specimen; /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * @return value or {@code null} for none */ public java.lang.Double getBloodGlucoseMilligramsPerDeciliter() { @@ -87,7 +87,7 @@ public java.lang.Double getBloodGlucoseMilligramsPerDeciliter() { } /** - * Required. Blood glucose level concentration in mg/dL. + * Required. Blood glucose level concentration in mg/dL. Must be in the range `[0, 900]`. * @param bloodGlucoseMilligramsPerDeciliter bloodGlucoseMilligramsPerDeciliter or {@code null} for none */ public BloodGlucose setBloodGlucoseMilligramsPerDeciliter(java.lang.Double bloodGlucoseMilligramsPerDeciliter) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BodyFat.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BodyFat.java index 806f324d463..082dd57ae7b 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BodyFat.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/BodyFat.java @@ -30,7 +30,7 @@ public final class BodyFat extends com.google.api.client.json.GenericJson { /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class BodyFat extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getPercentage() { @@ -52,7 +52,7 @@ public java.lang.Double getPercentage() { } /** - * Required. Body fat percentage, in range [0, 100]. + * Required. Body fat percentage. Must be in the range `[0, 100]`. * @param percentage percentage or {@code null} for none */ public BodyFat setPercentage(java.lang.Double percentage) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/CoreBodyTemperature.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/CoreBodyTemperature.java index f8640f992fb..205331a9914 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/CoreBodyTemperature.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/CoreBodyTemperature.java @@ -52,7 +52,7 @@ public final class CoreBodyTemperature extends com.google.api.client.json.Generi private ObservationSampleTime sampleTime; /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -110,7 +110,7 @@ public CoreBodyTemperature setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getTemperatureCelsius() { @@ -118,7 +118,7 @@ public java.lang.Double getTemperatureCelsius() { } /** - * Required. The core body temperature in Celsius. + * Required. The core body temperature in Celsius. Must be in the range `[0, 100]`. * @param temperatureCelsius temperatureCelsius or {@code null} for none */ public CoreBodyTemperature setTemperatureCelsius(java.lang.Double temperatureCelsius) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyOxygenSaturation.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyOxygenSaturation.java index 220b260f224..e3ec5d57467 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyOxygenSaturation.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyOxygenSaturation.java @@ -31,7 +31,8 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.GenericJson { /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -46,6 +47,7 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.Gene /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -60,13 +62,15 @@ public final class DailyOxygenSaturation extends com.google.api.client.json.Gene /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Double upperBoundPercentage; /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getAveragePercentage() { @@ -74,7 +78,8 @@ public java.lang.Double getAveragePercentage() { } /** - * Required. The average value of the oxygen saturation samples during the sleep. + * Required. The average value of the oxygen saturation samples during the sleep. Must be in the + * range `[0, 100]`. * @param averagePercentage averagePercentage or {@code null} for none */ public DailyOxygenSaturation setAveragePercentage(java.lang.Double averagePercentage) { @@ -101,6 +106,7 @@ public DailyOxygenSaturation setDate(Date date) { /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getLowerBoundPercentage() { @@ -109,6 +115,7 @@ public java.lang.Double getLowerBoundPercentage() { /** * Required. The lower bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @param lowerBoundPercentage lowerBoundPercentage or {@code null} for none */ public DailyOxygenSaturation setLowerBoundPercentage(java.lang.Double lowerBoundPercentage) { @@ -135,6 +142,7 @@ public DailyOxygenSaturation setStandardDeviationPercentage(java.lang.Double sta /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getUpperBoundPercentage() { @@ -143,6 +151,7 @@ public java.lang.Double getUpperBoundPercentage() { /** * Required. The upper bound of the confidence interval of oxygen saturation samples during sleep. + * Must be in the range `[0, 100]`. * @param upperBoundPercentage upperBoundPercentage or {@code null} for none */ public DailyOxygenSaturation setUpperBoundPercentage(java.lang.Double upperBoundPercentage) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyVO2Max.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyVO2Max.java index ef20cfce3c8..0bf646aa13f 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyVO2Max.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/DailyVO2Max.java @@ -53,7 +53,8 @@ public final class DailyVO2Max extends com.google.api.client.json.GenericJson { private java.lang.Boolean estimated; /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -120,7 +121,8 @@ public DailyVO2Max setEstimated(java.lang.Boolean estimated) { } /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getVo2Max() { @@ -128,7 +130,8 @@ public java.lang.Double getVo2Max() { } /** - * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must + * be in the range `[0, 100]`. * @param vo2Max vo2Max or {@code null} for none */ public DailyVO2Max setVo2Max(java.lang.Double vo2Max) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Distance.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Distance.java index 347e49cd34d..ca971e078fa 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Distance.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Distance.java @@ -37,7 +37,8 @@ public final class Distance extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -61,7 +62,8 @@ public Distance setInterval(ObservationTimeInterval interval) { } /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * @return value or {@code null} for none */ public java.lang.Long getMillimeters() { @@ -69,7 +71,8 @@ public java.lang.Long getMillimeters() { } /** - * Required. Distance in millimeters over the observed interval. + * Required. Distance in millimeters over the observed interval. Must be in the range `[0, + * 1000000000]`. * @param millimeters millimeters or {@code null} for none */ public Distance setMillimeters(java.lang.Long millimeters) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/EnergyQuantity.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/EnergyQuantity.java index c51e0e15412..685913194bd 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/EnergyQuantity.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/EnergyQuantity.java @@ -30,7 +30,7 @@ public final class EnergyQuantity extends com.google.api.client.json.GenericJson { /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class EnergyQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getKcal() { @@ -52,7 +52,7 @@ public java.lang.Double getKcal() { } /** - * Required. The energy value in kilocalories. + * Required. The energy value in kilocalories. Must be in the range `[0, 100000]`. * @param kcal kcal or {@code null} for none */ public EnergyQuantity setKcal(java.lang.Double kcal) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Floors.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Floors.java index 4be95cbd178..603a4ad16e2 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Floors.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Floors.java @@ -30,7 +30,7 @@ public final class Floors extends com.google.api.client.json.GenericJson { /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Floors extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Long getCount() { @@ -52,7 +52,7 @@ public java.lang.Long getCount() { } /** - * Required. Number of floors in the recorded interval + * Required. Number of floors in the recorded interval. Must be in the range `[0, 1000000]`. * @param count count or {@code null} for none */ public Floors setCount(java.lang.Long count) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRate.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRate.java index 4f1e0fb2d72..c9c280c394b 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRate.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRate.java @@ -30,7 +30,7 @@ public final class HeartRate extends com.google.api.client.json.GenericJson { /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -51,7 +51,7 @@ public final class HeartRate extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * @return value or {@code null} for none */ public java.lang.Long getBeatsPerMinute() { @@ -59,7 +59,7 @@ public java.lang.Long getBeatsPerMinute() { } /** - * Required. The heart rate value in beats per minute. + * Required. The heart rate value in beats per minute. Must be in the range `[1, 300]`. * @param beatsPerMinute beatsPerMinute or {@code null} for none */ public HeartRate setBeatsPerMinute(java.lang.Long beatsPerMinute) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRateVariability.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRateVariability.java index dfa2289a827..86c8f14d0c4 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRateVariability.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/HeartRateVariability.java @@ -40,7 +40,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -79,7 +79,7 @@ public HeartRateVariability setMetadata(HeartRateVariabilityMetadata metadata) { /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * @return value or {@code null} for none */ public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() { @@ -88,7 +88,7 @@ public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() { /** * Optional. The root mean square of successive differences between normal heartbeats. This is a - * measure of heart rate variability used by Google Health. + * measure of heart rate variability used by Google Health. Must be in the range `[1, 200]`. * @param rootMeanSquareOfSuccessiveDifferencesMilliseconds rootMeanSquareOfSuccessiveDifferencesMilliseconds or {@code null} for none */ public HeartRateVariability setRootMeanSquareOfSuccessiveDifferencesMilliseconds(java.lang.Double rootMeanSquareOfSuccessiveDifferencesMilliseconds) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Height.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Height.java index 419ecc18a2c..ae49b76d006 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Height.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Height.java @@ -30,7 +30,7 @@ public final class Height extends com.google.api.client.json.GenericJson { /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Height extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * @return value or {@code null} for none */ public java.lang.Long getHeightMillimeters() { @@ -52,7 +52,7 @@ public java.lang.Long getHeightMillimeters() { } /** - * Required. Height of the user in millimeters. + * Required. Height of the user in millimeters. Must be in the range `[0, 3000]`. * @param heightMillimeters heightMillimeters or {@code null} for none */ public Height setHeightMillimeters(java.lang.Long heightMillimeters) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/OxygenSaturation.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/OxygenSaturation.java index a1c6b7bf2be..da90cc170d0 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/OxygenSaturation.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/OxygenSaturation.java @@ -30,7 +30,7 @@ public final class OxygenSaturation extends com.google.api.client.json.GenericJson { /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class OxygenSaturation extends com.google.api.client.json.GenericJs private ObservationSampleTime sampleTime; /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getPercentage() { @@ -52,7 +52,7 @@ public java.lang.Double getPercentage() { } /** - * Required. The oxygen saturation percentage. Valid values are from 0 to 100. + * Required. The oxygen saturation percentage. Must be in the range `[0, 100]`. * @param percentage percentage or {@code null} for none */ public OxygenSaturation setPercentage(java.lang.Double percentage) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/RunVO2Max.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/RunVO2Max.java index e9114912c62..87f7ee6a809 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/RunVO2Max.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/RunVO2Max.java @@ -30,7 +30,7 @@ public final class RunVO2Max extends com.google.api.client.json.GenericJson { /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class RunVO2Max extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getRunVo2Max() { @@ -52,7 +52,7 @@ public java.lang.Double getRunVo2Max() { } /** - * Required. Run VO2 max value in ml/kg/min. + * Required. Run VO2 max value in ml/kg/min. Must be in the range `[0, 100]`. * @param runVo2Max runVo2Max or {@code null} for none */ public RunVO2Max setRunVo2Max(java.lang.Double runVo2Max) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Steps.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Steps.java index 61907ebf011..e3852329861 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Steps.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Steps.java @@ -30,7 +30,7 @@ public final class Steps extends com.google.api.client.json.GenericJson { /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString @@ -44,7 +44,7 @@ public final class Steps extends com.google.api.client.json.GenericJson { private ObservationTimeInterval interval; /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Long getCount() { @@ -52,7 +52,7 @@ public java.lang.Long getCount() { } /** - * Required. Number of steps in the recorded interval. + * Required. Number of steps in the recorded interval. Must be in the range `[0, 1000000]`. * @param count count or {@code null} for none */ public Steps setCount(java.lang.Long count) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VO2Max.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VO2Max.java index 9b4330523b5..f0d3c98ee9f 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VO2Max.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VO2Max.java @@ -44,7 +44,8 @@ public final class VO2Max extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -85,7 +86,8 @@ public VO2Max setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * @return value or {@code null} for none */ public java.lang.Double getVo2Max() { @@ -93,7 +95,8 @@ public java.lang.Double getVo2Max() { } /** - * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. + * Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min. Must be in + * the range `[0, 100]`. * @param vo2Max vo2Max or {@code null} for none */ public VO2Max setVo2Max(java.lang.Double vo2Max) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VolumeQuantity.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VolumeQuantity.java index cd9bf81d4c3..ffd43b75f92 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VolumeQuantity.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/VolumeQuantity.java @@ -30,7 +30,7 @@ public final class VolumeQuantity extends com.google.api.client.json.GenericJson { /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -45,7 +45,7 @@ public final class VolumeQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getMilliliters() { @@ -53,7 +53,7 @@ public java.lang.Double getMilliliters() { } /** - * Required. Value representing the volume in milliliters. + * Required. Value representing the volume in milliliters. Must be in the range `[0, 100000]`. * @param milliliters milliliters or {@code null} for none */ public VolumeQuantity setMilliliters(java.lang.Double milliliters) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Weight.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Weight.java index bc37610b753..b05a55cd74f 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Weight.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/Weight.java @@ -44,7 +44,7 @@ public final class Weight extends com.google.api.client.json.GenericJson { private ObservationSampleTime sampleTime; /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -85,7 +85,7 @@ public Weight setSampleTime(ObservationSampleTime sampleTime) { } /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * @return value or {@code null} for none */ public java.lang.Double getWeightGrams() { @@ -93,7 +93,7 @@ public java.lang.Double getWeightGrams() { } /** - * Required. Weight of a user in grams. + * Required. Weight of a user in grams. Must be in the range `[0, 1000000]`. * @param weightGrams weightGrams or {@code null} for none */ public Weight setWeightGrams(java.lang.Double weightGrams) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/WeightQuantity.java b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/WeightQuantity.java index c38ca633dea..a2351a4a639 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/WeightQuantity.java +++ b/clients/google-api-services-health/v4beta/2.0.0/com/google/api/services/health/v4beta/model/WeightQuantity.java @@ -30,7 +30,7 @@ public final class WeightQuantity extends com.google.api.client.json.GenericJson { /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -44,7 +44,7 @@ public final class WeightQuantity extends com.google.api.client.json.GenericJson private java.lang.String userProvidedUnit; /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * @return value or {@code null} for none */ public java.lang.Double getGrams() { @@ -52,7 +52,7 @@ public java.lang.Double getGrams() { } /** - * Required. The weight value in grams. + * Required. The weight value in grams. Must be in the range `[0, 100000]`. * @param grams grams or {@code null} for none */ public WeightQuantity setGrams(java.lang.Double grams) { diff --git a/clients/google-api-services-health/v4beta/2.0.0/pom.xml b/clients/google-api-services-health/v4beta/2.0.0/pom.xml index d98873ee565..d1121312250 100644 --- a/clients/google-api-services-health/v4beta/2.0.0/pom.xml +++ b/clients/google-api-services-health/v4beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-health - v4beta-rev20260922-2.0.0 - Google Health API v4beta-rev20260922-2.0.0 + v4beta-rev20260923-2.0.0 + Google Health API v4beta-rev20260923-2.0.0 jar 2011 diff --git a/clients/google-api-services-health/v4beta/README.md b/clients/google-api-services-health/v4beta/README.md index 92293b9eb9c..34850fc3f9f 100644 --- a/clients/google-api-services-health/v4beta/README.md +++ b/clients/google-api-services-health/v4beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-health - v4beta-rev20260922-2.0.0 + v4beta-rev20260923-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4beta-rev20260922-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4beta-rev20260923-2.0.0' } ```