Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-health/v4/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-health</artifactId>
<version>v4-rev20260922-2.0.0</version>
<version>v4-rev20260923-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,15 +62,17 @@ 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() {
return kcal;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,15 +45,17 @@ 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() {
return gainMillimeters;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,15 +79,15 @@ 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() {
return bloodGlucoseMilligramsPerDeciliter;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,15 +44,15 @@ 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() {
return percentage;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,15 +110,15 @@ 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() {
return temperatureCelsius;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -60,21 +62,24 @@ 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() {
return averagePercentage;
}

/**
* 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) {
Expand All @@ -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() {
Expand All @@ -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) {
Expand All @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,15 +121,17 @@ 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() {
return vo2Max;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,15 +62,17 @@ 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() {
return millimeters;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,15 +44,15 @@ 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() {
return kcal;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,15 +44,15 @@ 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() {
return count;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,15 +51,15 @@ 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() {
return beatsPerMinute;
}

/**
* 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) {
Expand Down
Loading
Loading