Class ReconciledDataPoint (0.2.0)

public final class ReconciledDataPoint extends GeneratedMessage implements ReconciledDataPointOrBuilder

A reconciled computed or recorded metric.

Protobuf type google.devicesandservices.health.v4.ReconciledDataPoint

Static Fields

ACTIVE_ENERGY_BURNED_FIELD_NUMBER

public static final int ACTIVE_ENERGY_BURNED_FIELD_NUMBER
Field Value
Type Description
int

ACTIVE_MINUTES_FIELD_NUMBER

public static final int ACTIVE_MINUTES_FIELD_NUMBER
Field Value
Type Description
int

ACTIVE_ZONE_MINUTES_FIELD_NUMBER

public static final int ACTIVE_ZONE_MINUTES_FIELD_NUMBER
Field Value
Type Description
int

ACTIVITY_LEVEL_FIELD_NUMBER

public static final int ACTIVITY_LEVEL_FIELD_NUMBER
Field Value
Type Description
int

ALTITUDE_FIELD_NUMBER

public static final int ALTITUDE_FIELD_NUMBER
Field Value
Type Description
int

BASAL_ENERGY_BURNED_FIELD_NUMBER

public static final int BASAL_ENERGY_BURNED_FIELD_NUMBER
Field Value
Type Description
int

BLOOD_GLUCOSE_FIELD_NUMBER

public static final int BLOOD_GLUCOSE_FIELD_NUMBER
Field Value
Type Description
int

BODY_FAT_FIELD_NUMBER

public static final int BODY_FAT_FIELD_NUMBER
Field Value
Type Description
int

CORE_BODY_TEMPERATURE_FIELD_NUMBER

public static final int CORE_BODY_TEMPERATURE_FIELD_NUMBER
Field Value
Type Description
int

DAILY_HEART_RATE_VARIABILITY_FIELD_NUMBER

public static final int DAILY_HEART_RATE_VARIABILITY_FIELD_NUMBER
Field Value
Type Description
int

DAILY_HEART_RATE_ZONES_FIELD_NUMBER

public static final int DAILY_HEART_RATE_ZONES_FIELD_NUMBER
Field Value
Type Description
int

DAILY_OXYGEN_SATURATION_FIELD_NUMBER

public static final int DAILY_OXYGEN_SATURATION_FIELD_NUMBER
Field Value
Type Description
int

DAILY_RESPIRATORY_RATE_FIELD_NUMBER

public static final int DAILY_RESPIRATORY_RATE_FIELD_NUMBER
Field Value
Type Description
int

DAILY_RESTING_HEART_RATE_FIELD_NUMBER

public static final int DAILY_RESTING_HEART_RATE_FIELD_NUMBER
Field Value
Type Description
int

DAILY_SLEEP_TEMPERATURE_DERIVATIONS_FIELD_NUMBER

public static final int DAILY_SLEEP_TEMPERATURE_DERIVATIONS_FIELD_NUMBER
Field Value
Type Description
int

DAILY_VO2_MAX_FIELD_NUMBER

public static final int DAILY_VO2_MAX_FIELD_NUMBER
Field Value
Type Description
int

DATA_POINT_NAME_FIELD_NUMBER

public static final int DATA_POINT_NAME_FIELD_NUMBER
Field Value
Type Description
int

DISTANCE_FIELD_NUMBER

public static final int DISTANCE_FIELD_NUMBER
Field Value
Type Description
int

EXERCISE_FIELD_NUMBER

public static final int EXERCISE_FIELD_NUMBER
Field Value
Type Description
int

FLOORS_FIELD_NUMBER

public static final int FLOORS_FIELD_NUMBER
Field Value
Type Description
int

HEART_RATE_FIELD_NUMBER

public static final int HEART_RATE_FIELD_NUMBER
Field Value
Type Description
int

HEART_RATE_VARIABILITY_FIELD_NUMBER

public static final int HEART_RATE_VARIABILITY_FIELD_NUMBER
Field Value
Type Description
int

HEIGHT_FIELD_NUMBER

public static final int HEIGHT_FIELD_NUMBER
Field Value
Type Description
int

HYDRATION_LOG_FIELD_NUMBER

public static final int HYDRATION_LOG_FIELD_NUMBER
Field Value
Type Description
int

NUTRITION_LOG_FIELD_NUMBER

public static final int NUTRITION_LOG_FIELD_NUMBER
Field Value
Type Description
int

OXYGEN_SATURATION_FIELD_NUMBER

public static final int OXYGEN_SATURATION_FIELD_NUMBER
Field Value
Type Description
int

RESPIRATORY_RATE_SLEEP_SUMMARY_FIELD_NUMBER

public static final int RESPIRATORY_RATE_SLEEP_SUMMARY_FIELD_NUMBER
Field Value
Type Description
int

RUN_VO2_MAX_FIELD_NUMBER

public static final int RUN_VO2_MAX_FIELD_NUMBER
Field Value
Type Description
int

SEDENTARY_PERIOD_FIELD_NUMBER

public static final int SEDENTARY_PERIOD_FIELD_NUMBER
Field Value
Type Description
int

SLEEP_FIELD_NUMBER

public static final int SLEEP_FIELD_NUMBER
Field Value
Type Description
int

STEPS_FIELD_NUMBER

public static final int STEPS_FIELD_NUMBER
Field Value
Type Description
int

SWIM_LENGTHS_DATA_FIELD_NUMBER

public static final int SWIM_LENGTHS_DATA_FIELD_NUMBER
Field Value
Type Description
int

TIME_IN_HEART_RATE_ZONE_FIELD_NUMBER

public static final int TIME_IN_HEART_RATE_ZONE_FIELD_NUMBER
Field Value
Type Description
int

VO2_MAX_FIELD_NUMBER

public static final int VO2_MAX_FIELD_NUMBER
Field Value
Type Description
int

WEIGHT_FIELD_NUMBER

public static final int WEIGHT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReconciledDataPoint getDefaultInstance()
Returns
Type Description
ReconciledDataPoint

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ReconciledDataPoint.Builder newBuilder()
Returns
Type Description
ReconciledDataPoint.Builder

newBuilder(ReconciledDataPoint prototype)

public static ReconciledDataPoint.Builder newBuilder(ReconciledDataPoint prototype)
Parameter
Name Description
prototype ReconciledDataPoint
Returns
Type Description
ReconciledDataPoint.Builder

parseDelimitedFrom(InputStream input)

public static ReconciledDataPoint parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReconciledDataPoint parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReconciledDataPoint parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReconciledDataPoint parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReconciledDataPoint parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReconciledDataPoint parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReconciledDataPoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconciledDataPoint
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReconciledDataPoint> parser()
Returns
Type Description
Parser<ReconciledDataPoint>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getActiveEnergyBurned()

public ActiveEnergyBurned getActiveEnergyBurned()

Data for points in the active-energy-burned interval data type collection.

.google.devicesandservices.health.v4.ActiveEnergyBurned active_energy_burned = 44;

Returns
Type Description
ActiveEnergyBurned

The activeEnergyBurned.

getActiveEnergyBurnedOrBuilder()

public ActiveEnergyBurnedOrBuilder getActiveEnergyBurnedOrBuilder()

Data for points in the active-energy-burned interval data type collection.

.google.devicesandservices.health.v4.ActiveEnergyBurned active_energy_burned = 44;

Returns
Type Description
ActiveEnergyBurnedOrBuilder

getActiveMinutes()

public ActiveMinutes getActiveMinutes()

Data for points in the active-minutes interval data type collection.

.google.devicesandservices.health.v4.ActiveMinutes active_minutes = 36;

Returns
Type Description
ActiveMinutes

The activeMinutes.

getActiveMinutesOrBuilder()

public ActiveMinutesOrBuilder getActiveMinutesOrBuilder()

Data for points in the active-minutes interval data type collection.

.google.devicesandservices.health.v4.ActiveMinutes active_minutes = 36;

Returns
Type Description
ActiveMinutesOrBuilder

getActiveZoneMinutes()

public ActiveZoneMinutes getActiveZoneMinutes()

Data for points in the active-zone-minutes interval data type collection, measured in minutes.

.google.devicesandservices.health.v4.ActiveZoneMinutes active_zone_minutes = 17;

Returns
Type Description
ActiveZoneMinutes

The activeZoneMinutes.

getActiveZoneMinutesOrBuilder()

public ActiveZoneMinutesOrBuilder getActiveZoneMinutesOrBuilder()

Data for points in the active-zone-minutes interval data type collection, measured in minutes.

.google.devicesandservices.health.v4.ActiveZoneMinutes active_zone_minutes = 17;

Returns
Type Description
ActiveZoneMinutesOrBuilder

getActivityLevel()

public ActivityLevel getActivityLevel()

Data for points in the activity-level daily data type collection.

.google.devicesandservices.health.v4.ActivityLevel activity_level = 26;

Returns
Type Description
ActivityLevel

The activityLevel.

getActivityLevelOrBuilder()

public ActivityLevelOrBuilder getActivityLevelOrBuilder()

Data for points in the activity-level daily data type collection.

.google.devicesandservices.health.v4.ActivityLevel activity_level = 26;

Returns
Type Description
ActivityLevelOrBuilder

getAltitude()

public Altitude getAltitude()

Data for points in the altitude interval data type collection.

.google.devicesandservices.health.v4.Altitude altitude = 13;

Returns
Type Description
Altitude

The altitude.

getAltitudeOrBuilder()

public AltitudeOrBuilder getAltitudeOrBuilder()

Data for points in the altitude interval data type collection.

.google.devicesandservices.health.v4.Altitude altitude = 13;

Returns
Type Description
AltitudeOrBuilder

getBasalEnergyBurned()

public BasalEnergyBurned getBasalEnergyBurned()

Data for points in the basal-energy-burned interval data type collection.

.google.devicesandservices.health.v4.BasalEnergyBurned basal_energy_burned = 41;

Returns
Type Description
BasalEnergyBurned

The basalEnergyBurned.

getBasalEnergyBurnedOrBuilder()

public BasalEnergyBurnedOrBuilder getBasalEnergyBurnedOrBuilder()

Data for points in the basal-energy-burned interval data type collection.

.google.devicesandservices.health.v4.BasalEnergyBurned basal_energy_burned = 41;

Returns
Type Description
BasalEnergyBurnedOrBuilder

getBloodGlucose()

public BloodGlucose getBloodGlucose()

Data for points in the blood-glucose sample data type collection.

.google.devicesandservices.health.v4.BloodGlucose blood_glucose = 46;

Returns
Type Description
BloodGlucose

The bloodGlucose.

getBloodGlucoseOrBuilder()

public BloodGlucoseOrBuilder getBloodGlucoseOrBuilder()

Data for points in the blood-glucose sample data type collection.

.google.devicesandservices.health.v4.BloodGlucose blood_glucose = 46;

Returns
Type Description
BloodGlucoseOrBuilder

getBodyFat()

public BodyFat getBodyFat()

Data for points in the body-fat sample data type collection.

.google.devicesandservices.health.v4.BodyFat body_fat = 15;

Returns
Type Description
BodyFat

The bodyFat.

getBodyFatOrBuilder()

public BodyFatOrBuilder getBodyFatOrBuilder()

Data for points in the body-fat sample data type collection.

.google.devicesandservices.health.v4.BodyFat body_fat = 15;

Returns
Type Description
BodyFatOrBuilder

getCoreBodyTemperature()

public CoreBodyTemperature getCoreBodyTemperature()

Data for points in the core-body-temperature sample data type collection.

.google.devicesandservices.health.v4.CoreBodyTemperature core_body_temperature = 42;

Returns
Type Description
CoreBodyTemperature

The coreBodyTemperature.

getCoreBodyTemperatureOrBuilder()

public CoreBodyTemperatureOrBuilder getCoreBodyTemperatureOrBuilder()

Data for points in the core-body-temperature sample data type collection.

.google.devicesandservices.health.v4.CoreBodyTemperature core_body_temperature = 42;

Returns
Type Description
CoreBodyTemperatureOrBuilder

getDailyHeartRateVariability()

public DailyHeartRateVariability getDailyHeartRateVariability()

Data for points in the daily-heart-rate-variability daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateVariability daily_heart_rate_variability = 10;

Returns
Type Description
DailyHeartRateVariability

The dailyHeartRateVariability.

getDailyHeartRateVariabilityOrBuilder()

public DailyHeartRateVariabilityOrBuilder getDailyHeartRateVariabilityOrBuilder()

Data for points in the daily-heart-rate-variability daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateVariability daily_heart_rate_variability = 10;

Returns
Type Description
DailyHeartRateVariabilityOrBuilder

getDailyHeartRateZones()

public DailyHeartRateZones getDailyHeartRateZones()

Data for points in the daily-heart-rate-zones daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateZones daily_heart_rate_zones = 32;

Returns
Type Description
DailyHeartRateZones

The dailyHeartRateZones.

getDailyHeartRateZonesOrBuilder()

public DailyHeartRateZonesOrBuilder getDailyHeartRateZonesOrBuilder()

Data for points in the daily-heart-rate-zones daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateZones daily_heart_rate_zones = 32;

Returns
Type Description
DailyHeartRateZonesOrBuilder

getDailyOxygenSaturation()

public DailyOxygenSaturation getDailyOxygenSaturation()

Data for points in the daily-oxygen-saturation daily data type collection.

.google.devicesandservices.health.v4.DailyOxygenSaturation daily_oxygen_saturation = 25;

Returns
Type Description
DailyOxygenSaturation

The dailyOxygenSaturation.

getDailyOxygenSaturationOrBuilder()

public DailyOxygenSaturationOrBuilder getDailyOxygenSaturationOrBuilder()

Data for points in the daily-oxygen-saturation daily data type collection.

.google.devicesandservices.health.v4.DailyOxygenSaturation daily_oxygen_saturation = 25;

Returns
Type Description
DailyOxygenSaturationOrBuilder

getDailyRespiratoryRate()

public DailyRespiratoryRate getDailyRespiratoryRate()

Data for points in the daily-respiratory-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRespiratoryRate daily_respiratory_rate = 38;

Returns
Type Description
DailyRespiratoryRate

The dailyRespiratoryRate.

getDailyRespiratoryRateOrBuilder()

public DailyRespiratoryRateOrBuilder getDailyRespiratoryRateOrBuilder()

Data for points in the daily-respiratory-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRespiratoryRate daily_respiratory_rate = 38;

Returns
Type Description
DailyRespiratoryRateOrBuilder

getDailyRestingHeartRate()

public DailyRestingHeartRate getDailyRestingHeartRate()

Data for points in the daily-resting-heart-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRestingHeartRate daily_resting_heart_rate = 9;

Returns
Type Description
DailyRestingHeartRate

The dailyRestingHeartRate.

getDailyRestingHeartRateOrBuilder()

public DailyRestingHeartRateOrBuilder getDailyRestingHeartRateOrBuilder()

Data for points in the daily-resting-heart-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRestingHeartRate daily_resting_heart_rate = 9;

Returns
Type Description
DailyRestingHeartRateOrBuilder

getDailySleepTemperatureDerivations()

public DailySleepTemperatureDerivations getDailySleepTemperatureDerivations()

Data for points in the daily-sleep-temperature-derivations daily data type collection.

.google.devicesandservices.health.v4.DailySleepTemperatureDerivations daily_sleep_temperature_derivations = 20;

Returns
Type Description
DailySleepTemperatureDerivations

The dailySleepTemperatureDerivations.

getDailySleepTemperatureDerivationsOrBuilder()

public DailySleepTemperatureDerivationsOrBuilder getDailySleepTemperatureDerivationsOrBuilder()

Data for points in the daily-sleep-temperature-derivations daily data type collection.

.google.devicesandservices.health.v4.DailySleepTemperatureDerivations daily_sleep_temperature_derivations = 20;

Returns
Type Description
DailySleepTemperatureDerivationsOrBuilder

getDailyVo2Max()

public DailyVO2Max getDailyVo2Max()

Data for points in the daily-vo2-max daily data type collection.

.google.devicesandservices.health.v4.DailyVO2Max daily_vo2_max = 28;

Returns
Type Description
DailyVO2Max

The dailyVo2Max.

getDailyVo2MaxOrBuilder()

public DailyVO2MaxOrBuilder getDailyVo2MaxOrBuilder()

Data for points in the daily-vo2-max daily data type collection.

.google.devicesandservices.health.v4.DailyVO2Max daily_vo2_max = 28;

Returns
Type Description
DailyVO2MaxOrBuilder

getDataCase()

public ReconciledDataPoint.DataCase getDataCase()
Returns
Type Description
ReconciledDataPoint.DataCase

getDataPointName()

public String getDataPointName()

Identifier. Data point name, only supported for the subset of identifiable data types. For the majority of the data types, individual data points do not need to be identified and this field would be empty.

Format: users/{user}/dataTypes/{data_type}/dataPoints/{data_point}

Example: users/abcd1234/dataTypes/sleep/dataPoints/a1b2c3d4-e5f6-7890-1234-567890abcdef

The {user} ID is a system-generated identifier, as described in Identity.health_user_id.

The {data_type} ID corresponds to the kebab-case version of the field names in the DataPoint data union field, e.g. total-calories for the total_calories field.

The {data_point} ID can be client-provided or system-generated. If client-provided, it must be a string of 4-63 characters, containing only lowercase letters, numbers, and hyphens.

string data_point_name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The dataPointName.

getDataPointNameBytes()

public ByteString getDataPointNameBytes()

Identifier. Data point name, only supported for the subset of identifiable data types. For the majority of the data types, individual data points do not need to be identified and this field would be empty.

Format: users/{user}/dataTypes/{data_type}/dataPoints/{data_point}

Example: users/abcd1234/dataTypes/sleep/dataPoints/a1b2c3d4-e5f6-7890-1234-567890abcdef

The {user} ID is a system-generated identifier, as described in Identity.health_user_id.

The {data_type} ID corresponds to the kebab-case version of the field names in the DataPoint data union field, e.g. total-calories for the total_calories field.

The {data_point} ID can be client-provided or system-generated. If client-provided, it must be a string of 4-63 characters, containing only lowercase letters, numbers, and hyphens.

string data_point_name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for dataPointName.

getDefaultInstanceForType()

public ReconciledDataPoint getDefaultInstanceForType()
Returns
Type Description
ReconciledDataPoint

getDistance()

public Distance getDistance()

Data for points in the distance interval data type collection.

.google.devicesandservices.health.v4.Distance distance = 14;

Returns
Type Description
Distance

The distance.

getDistanceOrBuilder()

public DistanceOrBuilder getDistanceOrBuilder()

Data for points in the distance interval data type collection.

.google.devicesandservices.health.v4.Distance distance = 14;

Returns
Type Description
DistanceOrBuilder

getExercise()

public Exercise getExercise()

Data for points in the exercise session data type collection.

.google.devicesandservices.health.v4.Exercise exercise = 11;

Returns
Type Description
Exercise

The exercise.

getExerciseOrBuilder()

public ExerciseOrBuilder getExerciseOrBuilder()

Data for points in the exercise session data type collection.

.google.devicesandservices.health.v4.Exercise exercise = 11;

Returns
Type Description
ExerciseOrBuilder

getFloors()

public Floors getFloors()

Data for points in the floors interval data type collection.

.google.devicesandservices.health.v4.Floors floors = 5;

Returns
Type Description
Floors

The floors.

getFloorsOrBuilder()

public FloorsOrBuilder getFloorsOrBuilder()

Data for points in the floors interval data type collection.

.google.devicesandservices.health.v4.Floors floors = 5;

Returns
Type Description
FloorsOrBuilder

getHeartRate()

public HeartRate getHeartRate()

Data for points in the heart-rate sample data type collection.

.google.devicesandservices.health.v4.HeartRate heart_rate = 6;

Returns
Type Description
HeartRate

The heartRate.

getHeartRateOrBuilder()

public HeartRateOrBuilder getHeartRateOrBuilder()

Data for points in the heart-rate sample data type collection.

.google.devicesandservices.health.v4.HeartRate heart_rate = 6;

Returns
Type Description
HeartRateOrBuilder

getHeartRateVariability()

public HeartRateVariability getHeartRateVariability()

Data for points in the heart-rate-variability sample data type collection.

.google.devicesandservices.health.v4.HeartRateVariability heart_rate_variability = 19;

Returns
Type Description
HeartRateVariability

The heartRateVariability.

getHeartRateVariabilityOrBuilder()

public HeartRateVariabilityOrBuilder getHeartRateVariabilityOrBuilder()

Data for points in the heart-rate-variability sample data type collection.

.google.devicesandservices.health.v4.HeartRateVariability heart_rate_variability = 19;

Returns
Type Description
HeartRateVariabilityOrBuilder

getHeight()

public Height getHeight()

Data for points in the height sample data type collection.

.google.devicesandservices.health.v4.Height height = 40;

Returns
Type Description
Height

The height.

getHeightOrBuilder()

public HeightOrBuilder getHeightOrBuilder()

Data for points in the height sample data type collection.

.google.devicesandservices.health.v4.Height height = 40;

Returns
Type Description
HeightOrBuilder

getHydrationLog()

public HydrationLog getHydrationLog()

Data for points in the hydration-log session data type collection.

.google.devicesandservices.health.v4.HydrationLog hydration_log = 33;

Returns
Type Description
HydrationLog

The hydrationLog.

getHydrationLogOrBuilder()

public HydrationLogOrBuilder getHydrationLogOrBuilder()

Data for points in the hydration-log session data type collection.

.google.devicesandservices.health.v4.HydrationLog hydration_log = 33;

Returns
Type Description
HydrationLogOrBuilder

getNutritionLog()

public NutritionLog getNutritionLog()

Data for points in the nutrition-log session data type collection.

.google.devicesandservices.health.v4.NutritionLog nutrition_log = 29;

Returns
Type Description
NutritionLog

The nutritionLog.

getNutritionLogOrBuilder()

public NutritionLogOrBuilder getNutritionLogOrBuilder()

Data for points in the nutrition-log session data type collection.

.google.devicesandservices.health.v4.NutritionLog nutrition_log = 29;

Returns
Type Description
NutritionLogOrBuilder

getOxygenSaturation()

public OxygenSaturation getOxygenSaturation()

Data for points in the oxygen-saturation sample data type collection.

.google.devicesandservices.health.v4.OxygenSaturation oxygen_saturation = 24;

Returns
Type Description
OxygenSaturation

The oxygenSaturation.

getOxygenSaturationOrBuilder()

public OxygenSaturationOrBuilder getOxygenSaturationOrBuilder()

Data for points in the oxygen-saturation sample data type collection.

.google.devicesandservices.health.v4.OxygenSaturation oxygen_saturation = 24;

Returns
Type Description
OxygenSaturationOrBuilder

getParserForType()

public Parser<ReconciledDataPoint> getParserForType()
Returns
Type Description
Parser<ReconciledDataPoint>
Overrides

getRespiratoryRateSleepSummary()

public RespiratoryRateSleepSummary getRespiratoryRateSleepSummary()

Data for points in the respiratory-rate-sleep-summary sample data type collection.

.google.devicesandservices.health.v4.RespiratoryRateSleepSummary respiratory_rate_sleep_summary = 37;

Returns
Type Description
RespiratoryRateSleepSummary

The respiratoryRateSleepSummary.

getRespiratoryRateSleepSummaryOrBuilder()

public RespiratoryRateSleepSummaryOrBuilder getRespiratoryRateSleepSummaryOrBuilder()

Data for points in the respiratory-rate-sleep-summary sample data type collection.

.google.devicesandservices.health.v4.RespiratoryRateSleepSummary respiratory_rate_sleep_summary = 37;

Returns
Type Description
RespiratoryRateSleepSummaryOrBuilder

getRunVo2Max()

public RunVO2Max getRunVo2Max()

Data for points in the run-vo2-max sample data type collection.

.google.devicesandservices.health.v4.RunVO2Max run_vo2_max = 22;

Returns
Type Description
RunVO2Max

The runVo2Max.

getRunVo2MaxOrBuilder()

public RunVO2MaxOrBuilder getRunVo2MaxOrBuilder()

Data for points in the run-vo2-max sample data type collection.

.google.devicesandservices.health.v4.RunVO2Max run_vo2_max = 22;

Returns
Type Description
RunVO2MaxOrBuilder

getSedentaryPeriod()

public SedentaryPeriod getSedentaryPeriod()

Data for points in the sedentary-period interval data type collection.

.google.devicesandservices.health.v4.SedentaryPeriod sedentary_period = 21;

Returns
Type Description
SedentaryPeriod

The sedentaryPeriod.

getSedentaryPeriodOrBuilder()

public SedentaryPeriodOrBuilder getSedentaryPeriodOrBuilder()

Data for points in the sedentary-period interval data type collection.

.google.devicesandservices.health.v4.SedentaryPeriod sedentary_period = 21;

Returns
Type Description
SedentaryPeriodOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSleep()

public Sleep getSleep()

Data for points in the sleep session data type collection.

.google.devicesandservices.health.v4.Sleep sleep = 8;

Returns
Type Description
Sleep

The sleep.

getSleepOrBuilder()

public SleepOrBuilder getSleepOrBuilder()

Data for points in the sleep session data type collection.

.google.devicesandservices.health.v4.Sleep sleep = 8;

Returns
Type Description
SleepOrBuilder

getSteps()

public Steps getSteps()

Data for points in the steps interval data type collection.

.google.devicesandservices.health.v4.Steps steps = 4;

Returns
Type Description
Steps

The steps.

getStepsOrBuilder()

public StepsOrBuilder getStepsOrBuilder()

Data for points in the steps interval data type collection.

.google.devicesandservices.health.v4.Steps steps = 4;

Returns
Type Description
StepsOrBuilder

getSwimLengthsData()

public SwimLengthsData getSwimLengthsData()

Data for points in the swim-lengths-data interval data type collection.

.google.devicesandservices.health.v4.SwimLengthsData swim_lengths_data = 39;

Returns
Type Description
SwimLengthsData

The swimLengthsData.

getSwimLengthsDataOrBuilder()

public SwimLengthsDataOrBuilder getSwimLengthsDataOrBuilder()

Data for points in the swim-lengths-data interval data type collection.

.google.devicesandservices.health.v4.SwimLengthsData swim_lengths_data = 39;

Returns
Type Description
SwimLengthsDataOrBuilder

getTimeInHeartRateZone()

public TimeInHeartRateZone getTimeInHeartRateZone()

Data for points in the time-in-heart-rate-zone interval data type collection.

.google.devicesandservices.health.v4.TimeInHeartRateZone time_in_heart_rate_zone = 35;

Returns
Type Description
TimeInHeartRateZone

The timeInHeartRateZone.

getTimeInHeartRateZoneOrBuilder()

public TimeInHeartRateZoneOrBuilder getTimeInHeartRateZoneOrBuilder()

Data for points in the time-in-heart-rate-zone interval data type collection.

.google.devicesandservices.health.v4.TimeInHeartRateZone time_in_heart_rate_zone = 35;

Returns
Type Description
TimeInHeartRateZoneOrBuilder

getVo2Max()

public VO2Max getVo2Max()

Data for points in the vo2-max sample data type collection.

.google.devicesandservices.health.v4.VO2Max vo2_max = 27;

Returns
Type Description
VO2Max

The vo2Max.

getVo2MaxOrBuilder()

public VO2MaxOrBuilder getVo2MaxOrBuilder()

Data for points in the vo2-max sample data type collection.

.google.devicesandservices.health.v4.VO2Max vo2_max = 27;

Returns
Type Description
VO2MaxOrBuilder

getWeight()

public Weight getWeight()

Data for points in the weight sample data type collection.

.google.devicesandservices.health.v4.Weight weight = 12;

Returns
Type Description
Weight

The weight.

getWeightOrBuilder()

public WeightOrBuilder getWeightOrBuilder()

Data for points in the weight sample data type collection.

.google.devicesandservices.health.v4.Weight weight = 12;

Returns
Type Description
WeightOrBuilder

hasActiveEnergyBurned()

public boolean hasActiveEnergyBurned()

Data for points in the active-energy-burned interval data type collection.

.google.devicesandservices.health.v4.ActiveEnergyBurned active_energy_burned = 44;

Returns
Type Description
boolean

Whether the activeEnergyBurned field is set.

hasActiveMinutes()

public boolean hasActiveMinutes()

Data for points in the active-minutes interval data type collection.

.google.devicesandservices.health.v4.ActiveMinutes active_minutes = 36;

Returns
Type Description
boolean

Whether the activeMinutes field is set.

hasActiveZoneMinutes()

public boolean hasActiveZoneMinutes()

Data for points in the active-zone-minutes interval data type collection, measured in minutes.

.google.devicesandservices.health.v4.ActiveZoneMinutes active_zone_minutes = 17;

Returns
Type Description
boolean

Whether the activeZoneMinutes field is set.

hasActivityLevel()

public boolean hasActivityLevel()

Data for points in the activity-level daily data type collection.

.google.devicesandservices.health.v4.ActivityLevel activity_level = 26;

Returns
Type Description
boolean

Whether the activityLevel field is set.

hasAltitude()

public boolean hasAltitude()

Data for points in the altitude interval data type collection.

.google.devicesandservices.health.v4.Altitude altitude = 13;

Returns
Type Description
boolean

Whether the altitude field is set.

hasBasalEnergyBurned()

public boolean hasBasalEnergyBurned()

Data for points in the basal-energy-burned interval data type collection.

.google.devicesandservices.health.v4.BasalEnergyBurned basal_energy_burned = 41;

Returns
Type Description
boolean

Whether the basalEnergyBurned field is set.

hasBloodGlucose()

public boolean hasBloodGlucose()

Data for points in the blood-glucose sample data type collection.

.google.devicesandservices.health.v4.BloodGlucose blood_glucose = 46;

Returns
Type Description
boolean

Whether the bloodGlucose field is set.

hasBodyFat()

public boolean hasBodyFat()

Data for points in the body-fat sample data type collection.

.google.devicesandservices.health.v4.BodyFat body_fat = 15;

Returns
Type Description
boolean

Whether the bodyFat field is set.

hasCoreBodyTemperature()

public boolean hasCoreBodyTemperature()

Data for points in the core-body-temperature sample data type collection.

.google.devicesandservices.health.v4.CoreBodyTemperature core_body_temperature = 42;

Returns
Type Description
boolean

Whether the coreBodyTemperature field is set.

hasDailyHeartRateVariability()

public boolean hasDailyHeartRateVariability()

Data for points in the daily-heart-rate-variability daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateVariability daily_heart_rate_variability = 10;

Returns
Type Description
boolean

Whether the dailyHeartRateVariability field is set.

hasDailyHeartRateZones()

public boolean hasDailyHeartRateZones()

Data for points in the daily-heart-rate-zones daily data type collection.

.google.devicesandservices.health.v4.DailyHeartRateZones daily_heart_rate_zones = 32;

Returns
Type Description
boolean

Whether the dailyHeartRateZones field is set.

hasDailyOxygenSaturation()

public boolean hasDailyOxygenSaturation()

Data for points in the daily-oxygen-saturation daily data type collection.

.google.devicesandservices.health.v4.DailyOxygenSaturation daily_oxygen_saturation = 25;

Returns
Type Description
boolean

Whether the dailyOxygenSaturation field is set.

hasDailyRespiratoryRate()

public boolean hasDailyRespiratoryRate()

Data for points in the daily-respiratory-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRespiratoryRate daily_respiratory_rate = 38;

Returns
Type Description
boolean

Whether the dailyRespiratoryRate field is set.

hasDailyRestingHeartRate()

public boolean hasDailyRestingHeartRate()

Data for points in the daily-resting-heart-rate daily data type collection.

.google.devicesandservices.health.v4.DailyRestingHeartRate daily_resting_heart_rate = 9;

Returns
Type Description
boolean

Whether the dailyRestingHeartRate field is set.

hasDailySleepTemperatureDerivations()

public boolean hasDailySleepTemperatureDerivations()

Data for points in the daily-sleep-temperature-derivations daily data type collection.

.google.devicesandservices.health.v4.DailySleepTemperatureDerivations daily_sleep_temperature_derivations = 20;

Returns
Type Description
boolean

Whether the dailySleepTemperatureDerivations field is set.

hasDailyVo2Max()

public boolean hasDailyVo2Max()

Data for points in the daily-vo2-max daily data type collection.

.google.devicesandservices.health.v4.DailyVO2Max daily_vo2_max = 28;

Returns
Type Description
boolean

Whether the dailyVo2Max field is set.

hasDistance()

public boolean hasDistance()

Data for points in the distance interval data type collection.

.google.devicesandservices.health.v4.Distance distance = 14;

Returns
Type Description
boolean

Whether the distance field is set.

hasExercise()

public boolean hasExercise()

Data for points in the exercise session data type collection.

.google.devicesandservices.health.v4.Exercise exercise = 11;

Returns
Type Description
boolean

Whether the exercise field is set.

hasFloors()

public boolean hasFloors()

Data for points in the floors interval data type collection.

.google.devicesandservices.health.v4.Floors floors = 5;

Returns
Type Description
boolean

Whether the floors field is set.

hasHeartRate()

public boolean hasHeartRate()

Data for points in the heart-rate sample data type collection.

.google.devicesandservices.health.v4.HeartRate heart_rate = 6;

Returns
Type Description
boolean

Whether the heartRate field is set.

hasHeartRateVariability()

public boolean hasHeartRateVariability()

Data for points in the heart-rate-variability sample data type collection.

.google.devicesandservices.health.v4.HeartRateVariability heart_rate_variability = 19;

Returns
Type Description
boolean

Whether the heartRateVariability field is set.

hasHeight()

public boolean hasHeight()

Data for points in the height sample data type collection.

.google.devicesandservices.health.v4.Height height = 40;

Returns
Type Description
boolean

Whether the height field is set.

hasHydrationLog()

public boolean hasHydrationLog()

Data for points in the hydration-log session data type collection.

.google.devicesandservices.health.v4.HydrationLog hydration_log = 33;

Returns
Type Description
boolean

Whether the hydrationLog field is set.

hasNutritionLog()

public boolean hasNutritionLog()

Data for points in the nutrition-log session data type collection.

.google.devicesandservices.health.v4.NutritionLog nutrition_log = 29;

Returns
Type Description
boolean

Whether the nutritionLog field is set.

hasOxygenSaturation()

public boolean hasOxygenSaturation()

Data for points in the oxygen-saturation sample data type collection.

.google.devicesandservices.health.v4.OxygenSaturation oxygen_saturation = 24;

Returns
Type Description
boolean

Whether the oxygenSaturation field is set.

hasRespiratoryRateSleepSummary()

public boolean hasRespiratoryRateSleepSummary()

Data for points in the respiratory-rate-sleep-summary sample data type collection.

.google.devicesandservices.health.v4.RespiratoryRateSleepSummary respiratory_rate_sleep_summary = 37;

Returns
Type Description
boolean

Whether the respiratoryRateSleepSummary field is set.

hasRunVo2Max()

public boolean hasRunVo2Max()

Data for points in the run-vo2-max sample data type collection.

.google.devicesandservices.health.v4.RunVO2Max run_vo2_max = 22;

Returns
Type Description
boolean

Whether the runVo2Max field is set.

hasSedentaryPeriod()

public boolean hasSedentaryPeriod()

Data for points in the sedentary-period interval data type collection.

.google.devicesandservices.health.v4.SedentaryPeriod sedentary_period = 21;

Returns
Type Description
boolean

Whether the sedentaryPeriod field is set.

hasSleep()

public boolean hasSleep()

Data for points in the sleep session data type collection.

.google.devicesandservices.health.v4.Sleep sleep = 8;

Returns
Type Description
boolean

Whether the sleep field is set.

hasSteps()

public boolean hasSteps()

Data for points in the steps interval data type collection.

.google.devicesandservices.health.v4.Steps steps = 4;

Returns
Type Description
boolean

Whether the steps field is set.

hasSwimLengthsData()

public boolean hasSwimLengthsData()

Data for points in the swim-lengths-data interval data type collection.

.google.devicesandservices.health.v4.SwimLengthsData swim_lengths_data = 39;

Returns
Type Description
boolean

Whether the swimLengthsData field is set.

hasTimeInHeartRateZone()

public boolean hasTimeInHeartRateZone()

Data for points in the time-in-heart-rate-zone interval data type collection.

.google.devicesandservices.health.v4.TimeInHeartRateZone time_in_heart_rate_zone = 35;

Returns
Type Description
boolean

Whether the timeInHeartRateZone field is set.

hasVo2Max()

public boolean hasVo2Max()

Data for points in the vo2-max sample data type collection.

.google.devicesandservices.health.v4.VO2Max vo2_max = 27;

Returns
Type Description
boolean

Whether the vo2Max field is set.

hasWeight()

public boolean hasWeight()

Data for points in the weight sample data type collection.

.google.devicesandservices.health.v4.Weight weight = 12;

Returns
Type Description
boolean

Whether the weight field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReconciledDataPoint.Builder newBuilderForType()
Returns
Type Description
ReconciledDataPoint.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ReconciledDataPoint.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReconciledDataPoint.Builder
Overrides

toBuilder()

public ReconciledDataPoint.Builder toBuilder()
Returns
Type Description
ReconciledDataPoint.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException