Class RollupDataPoint.Builder (0.2.0)

public static final class RollupDataPoint.Builder extends GeneratedMessage.Builder<RollupDataPoint.Builder> implements RollupDataPointOrBuilder

Value of a rollup for a single physical time interval (aggregation window) of reconciled data points from all data sources, excluding those data points that are identified as recorded by wearables in intervals when they were not actually worn.

Protobuf type google.devicesandservices.health.v4.RollupDataPoint

Static Methods

getDescriptor()

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

Methods

build()

public RollupDataPoint build()
Returns
Type Description
RollupDataPoint

buildPartial()

public RollupDataPoint buildPartial()
Returns
Type Description
RollupDataPoint

clear()

public RollupDataPoint.Builder clear()
Returns
Type Description
RollupDataPoint.Builder
Overrides

clearActiveEnergyBurned()

public RollupDataPoint.Builder clearActiveEnergyBurned()

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Returns
Type Description
RollupDataPoint.Builder

clearActiveMinutes()

public RollupDataPoint.Builder clearActiveMinutes()

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Returns
Type Description
RollupDataPoint.Builder

clearActiveZoneMinutes()

public RollupDataPoint.Builder clearActiveZoneMinutes()

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Returns
Type Description
RollupDataPoint.Builder

clearActivityLevel()

public RollupDataPoint.Builder clearActivityLevel()

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Returns
Type Description
RollupDataPoint.Builder

clearAltitude()

public RollupDataPoint.Builder clearAltitude()

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Returns
Type Description
RollupDataPoint.Builder

clearBloodGlucose()

public RollupDataPoint.Builder clearBloodGlucose()

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Returns
Type Description
RollupDataPoint.Builder

clearBodyFat()

public RollupDataPoint.Builder clearBodyFat()

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Returns
Type Description
RollupDataPoint.Builder

clearCaloriesInHeartRateZone()

public RollupDataPoint.Builder clearCaloriesInHeartRateZone()

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Returns
Type Description
RollupDataPoint.Builder

clearCoreBodyTemperature()

public RollupDataPoint.Builder clearCoreBodyTemperature()

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Returns
Type Description
RollupDataPoint.Builder

clearDistance()

public RollupDataPoint.Builder clearDistance()

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Returns
Type Description
RollupDataPoint.Builder

clearEndTime()

public RollupDataPoint.Builder clearEndTime()

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
RollupDataPoint.Builder

clearFloors()

public RollupDataPoint.Builder clearFloors()

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Returns
Type Description
RollupDataPoint.Builder

clearHeartRate()

public RollupDataPoint.Builder clearHeartRate()

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Returns
Type Description
RollupDataPoint.Builder

clearHydrationLog()

public RollupDataPoint.Builder clearHydrationLog()

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Returns
Type Description
RollupDataPoint.Builder

clearNutritionLog()

public RollupDataPoint.Builder clearNutritionLog()

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Returns
Type Description
RollupDataPoint.Builder

clearRunVo2Max()

public RollupDataPoint.Builder clearRunVo2Max()

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Returns
Type Description
RollupDataPoint.Builder

clearSedentaryPeriod()

public RollupDataPoint.Builder clearSedentaryPeriod()

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Returns
Type Description
RollupDataPoint.Builder

clearStartTime()

public RollupDataPoint.Builder clearStartTime()

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
RollupDataPoint.Builder

clearSteps()

public RollupDataPoint.Builder clearSteps()

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Returns
Type Description
RollupDataPoint.Builder

clearSwimLengthsData()

public RollupDataPoint.Builder clearSwimLengthsData()

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Returns
Type Description
RollupDataPoint.Builder

clearTimeInHeartRateZone()

public RollupDataPoint.Builder clearTimeInHeartRateZone()

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Returns
Type Description
RollupDataPoint.Builder

clearTotalCalories()

public RollupDataPoint.Builder clearTotalCalories()

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Returns
Type Description
RollupDataPoint.Builder

clearValue()

public RollupDataPoint.Builder clearValue()
Returns
Type Description
RollupDataPoint.Builder

clearWeight()

public RollupDataPoint.Builder clearWeight()

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Returns
Type Description
RollupDataPoint.Builder

getActiveEnergyBurned()

public ActiveEnergyBurnedRollupValue getActiveEnergyBurned()

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Returns
Type Description
ActiveEnergyBurnedRollupValue

The activeEnergyBurned.

getActiveEnergyBurnedBuilder()

public ActiveEnergyBurnedRollupValue.Builder getActiveEnergyBurnedBuilder()

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Returns
Type Description
ActiveEnergyBurnedRollupValue.Builder

getActiveEnergyBurnedOrBuilder()

public ActiveEnergyBurnedRollupValueOrBuilder getActiveEnergyBurnedOrBuilder()

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Returns
Type Description
ActiveEnergyBurnedRollupValueOrBuilder

getActiveMinutes()

public ActiveMinutesRollupValue getActiveMinutes()

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Returns
Type Description
ActiveMinutesRollupValue

The activeMinutes.

getActiveMinutesBuilder()

public ActiveMinutesRollupValue.Builder getActiveMinutesBuilder()

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Returns
Type Description
ActiveMinutesRollupValue.Builder

getActiveMinutesOrBuilder()

public ActiveMinutesRollupValueOrBuilder getActiveMinutesOrBuilder()

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Returns
Type Description
ActiveMinutesRollupValueOrBuilder

getActiveZoneMinutes()

public ActiveZoneMinutesRollupValue getActiveZoneMinutes()

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Returns
Type Description
ActiveZoneMinutesRollupValue

The activeZoneMinutes.

getActiveZoneMinutesBuilder()

public ActiveZoneMinutesRollupValue.Builder getActiveZoneMinutesBuilder()

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Returns
Type Description
ActiveZoneMinutesRollupValue.Builder

getActiveZoneMinutesOrBuilder()

public ActiveZoneMinutesRollupValueOrBuilder getActiveZoneMinutesOrBuilder()

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Returns
Type Description
ActiveZoneMinutesRollupValueOrBuilder

getActivityLevel()

public ActivityLevelRollupValue getActivityLevel()

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Returns
Type Description
ActivityLevelRollupValue

The activityLevel.

getActivityLevelBuilder()

public ActivityLevelRollupValue.Builder getActivityLevelBuilder()

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Returns
Type Description
ActivityLevelRollupValue.Builder

getActivityLevelOrBuilder()

public ActivityLevelRollupValueOrBuilder getActivityLevelOrBuilder()

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Returns
Type Description
ActivityLevelRollupValueOrBuilder

getAltitude()

public AltitudeRollupValue getAltitude()

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Returns
Type Description
AltitudeRollupValue

The altitude.

getAltitudeBuilder()

public AltitudeRollupValue.Builder getAltitudeBuilder()

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Returns
Type Description
AltitudeRollupValue.Builder

getAltitudeOrBuilder()

public AltitudeRollupValueOrBuilder getAltitudeOrBuilder()

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Returns
Type Description
AltitudeRollupValueOrBuilder

getBloodGlucose()

public BloodGlucoseRollupValue getBloodGlucose()

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Returns
Type Description
BloodGlucoseRollupValue

The bloodGlucose.

getBloodGlucoseBuilder()

public BloodGlucoseRollupValue.Builder getBloodGlucoseBuilder()

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Returns
Type Description
BloodGlucoseRollupValue.Builder

getBloodGlucoseOrBuilder()

public BloodGlucoseRollupValueOrBuilder getBloodGlucoseOrBuilder()

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Returns
Type Description
BloodGlucoseRollupValueOrBuilder

getBodyFat()

public BodyFatRollupValue getBodyFat()

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Returns
Type Description
BodyFatRollupValue

The bodyFat.

getBodyFatBuilder()

public BodyFatRollupValue.Builder getBodyFatBuilder()

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Returns
Type Description
BodyFatRollupValue.Builder

getBodyFatOrBuilder()

public BodyFatRollupValueOrBuilder getBodyFatOrBuilder()

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Returns
Type Description
BodyFatRollupValueOrBuilder

getCaloriesInHeartRateZone()

public CaloriesInHeartRateZoneRollupValue getCaloriesInHeartRateZone()

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Returns
Type Description
CaloriesInHeartRateZoneRollupValue

The caloriesInHeartRateZone.

getCaloriesInHeartRateZoneBuilder()

public CaloriesInHeartRateZoneRollupValue.Builder getCaloriesInHeartRateZoneBuilder()

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Returns
Type Description
CaloriesInHeartRateZoneRollupValue.Builder

getCaloriesInHeartRateZoneOrBuilder()

public CaloriesInHeartRateZoneRollupValueOrBuilder getCaloriesInHeartRateZoneOrBuilder()

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Returns
Type Description
CaloriesInHeartRateZoneRollupValueOrBuilder

getCoreBodyTemperature()

public CoreBodyTemperatureRollupValue getCoreBodyTemperature()

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Returns
Type Description
CoreBodyTemperatureRollupValue

The coreBodyTemperature.

getCoreBodyTemperatureBuilder()

public CoreBodyTemperatureRollupValue.Builder getCoreBodyTemperatureBuilder()

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Returns
Type Description
CoreBodyTemperatureRollupValue.Builder

getCoreBodyTemperatureOrBuilder()

public CoreBodyTemperatureRollupValueOrBuilder getCoreBodyTemperatureOrBuilder()

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Returns
Type Description
CoreBodyTemperatureRollupValueOrBuilder

getDefaultInstanceForType()

public RollupDataPoint getDefaultInstanceForType()
Returns
Type Description
RollupDataPoint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDistance()

public DistanceRollupValue getDistance()

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Returns
Type Description
DistanceRollupValue

The distance.

getDistanceBuilder()

public DistanceRollupValue.Builder getDistanceBuilder()

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Returns
Type Description
DistanceRollupValue.Builder

getDistanceOrBuilder()

public DistanceRollupValueOrBuilder getDistanceOrBuilder()

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Returns
Type Description
DistanceRollupValueOrBuilder

getEndTime()

public Timestamp getEndTime()

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
TimestampOrBuilder

getFloors()

public FloorsRollupValue getFloors()

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Returns
Type Description
FloorsRollupValue

The floors.

getFloorsBuilder()

public FloorsRollupValue.Builder getFloorsBuilder()

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Returns
Type Description
FloorsRollupValue.Builder

getFloorsOrBuilder()

public FloorsRollupValueOrBuilder getFloorsOrBuilder()

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Returns
Type Description
FloorsRollupValueOrBuilder

getHeartRate()

public HeartRateRollupValue getHeartRate()

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Returns
Type Description
HeartRateRollupValue

The heartRate.

getHeartRateBuilder()

public HeartRateRollupValue.Builder getHeartRateBuilder()

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Returns
Type Description
HeartRateRollupValue.Builder

getHeartRateOrBuilder()

public HeartRateRollupValueOrBuilder getHeartRateOrBuilder()

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Returns
Type Description
HeartRateRollupValueOrBuilder

getHydrationLog()

public HydrationLogRollupValue getHydrationLog()

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Returns
Type Description
HydrationLogRollupValue

The hydrationLog.

getHydrationLogBuilder()

public HydrationLogRollupValue.Builder getHydrationLogBuilder()

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Returns
Type Description
HydrationLogRollupValue.Builder

getHydrationLogOrBuilder()

public HydrationLogRollupValueOrBuilder getHydrationLogOrBuilder()

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Returns
Type Description
HydrationLogRollupValueOrBuilder

getNutritionLog()

public NutritionLogRollupValue getNutritionLog()

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Returns
Type Description
NutritionLogRollupValue

The nutritionLog.

getNutritionLogBuilder()

public NutritionLogRollupValue.Builder getNutritionLogBuilder()

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Returns
Type Description
NutritionLogRollupValue.Builder

getNutritionLogOrBuilder()

public NutritionLogRollupValueOrBuilder getNutritionLogOrBuilder()

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Returns
Type Description
NutritionLogRollupValueOrBuilder

getRunVo2Max()

public RunVO2MaxRollupValue getRunVo2Max()

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Returns
Type Description
RunVO2MaxRollupValue

The runVo2Max.

getRunVo2MaxBuilder()

public RunVO2MaxRollupValue.Builder getRunVo2MaxBuilder()

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Returns
Type Description
RunVO2MaxRollupValue.Builder

getRunVo2MaxOrBuilder()

public RunVO2MaxRollupValueOrBuilder getRunVo2MaxOrBuilder()

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Returns
Type Description
RunVO2MaxRollupValueOrBuilder

getSedentaryPeriod()

public SedentaryPeriodRollupValue getSedentaryPeriod()

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Returns
Type Description
SedentaryPeriodRollupValue

The sedentaryPeriod.

getSedentaryPeriodBuilder()

public SedentaryPeriodRollupValue.Builder getSedentaryPeriodBuilder()

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Returns
Type Description
SedentaryPeriodRollupValue.Builder

getSedentaryPeriodOrBuilder()

public SedentaryPeriodRollupValueOrBuilder getSedentaryPeriodOrBuilder()

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Returns
Type Description
SedentaryPeriodRollupValueOrBuilder

getStartTime()

public Timestamp getStartTime()

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
TimestampOrBuilder

getSteps()

public StepsRollupValue getSteps()

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Returns
Type Description
StepsRollupValue

The steps.

getStepsBuilder()

public StepsRollupValue.Builder getStepsBuilder()

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Returns
Type Description
StepsRollupValue.Builder

getStepsOrBuilder()

public StepsRollupValueOrBuilder getStepsOrBuilder()

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Returns
Type Description
StepsRollupValueOrBuilder

getSwimLengthsData()

public SwimLengthsDataRollupValue getSwimLengthsData()

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Returns
Type Description
SwimLengthsDataRollupValue

The swimLengthsData.

getSwimLengthsDataBuilder()

public SwimLengthsDataRollupValue.Builder getSwimLengthsDataBuilder()

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Returns
Type Description
SwimLengthsDataRollupValue.Builder

getSwimLengthsDataOrBuilder()

public SwimLengthsDataRollupValueOrBuilder getSwimLengthsDataOrBuilder()

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Returns
Type Description
SwimLengthsDataRollupValueOrBuilder

getTimeInHeartRateZone()

public TimeInHeartRateZoneRollupValue getTimeInHeartRateZone()

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Returns
Type Description
TimeInHeartRateZoneRollupValue

The timeInHeartRateZone.

getTimeInHeartRateZoneBuilder()

public TimeInHeartRateZoneRollupValue.Builder getTimeInHeartRateZoneBuilder()

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Returns
Type Description
TimeInHeartRateZoneRollupValue.Builder

getTimeInHeartRateZoneOrBuilder()

public TimeInHeartRateZoneRollupValueOrBuilder getTimeInHeartRateZoneOrBuilder()

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Returns
Type Description
TimeInHeartRateZoneRollupValueOrBuilder

getTotalCalories()

public TotalCaloriesRollupValue getTotalCalories()

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Returns
Type Description
TotalCaloriesRollupValue

The totalCalories.

getTotalCaloriesBuilder()

public TotalCaloriesRollupValue.Builder getTotalCaloriesBuilder()

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Returns
Type Description
TotalCaloriesRollupValue.Builder

getTotalCaloriesOrBuilder()

public TotalCaloriesRollupValueOrBuilder getTotalCaloriesOrBuilder()

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Returns
Type Description
TotalCaloriesRollupValueOrBuilder

getValueCase()

public RollupDataPoint.ValueCase getValueCase()
Returns
Type Description
RollupDataPoint.ValueCase

getWeight()

public WeightRollupValue getWeight()

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Returns
Type Description
WeightRollupValue

The weight.

getWeightBuilder()

public WeightRollupValue.Builder getWeightBuilder()

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Returns
Type Description
WeightRollupValue.Builder

getWeightOrBuilder()

public WeightRollupValueOrBuilder getWeightOrBuilder()

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Returns
Type Description
WeightRollupValueOrBuilder

hasActiveEnergyBurned()

public boolean hasActiveEnergyBurned()

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Returns
Type Description
boolean

Whether the activeEnergyBurned field is set.

hasActiveMinutes()

public boolean hasActiveMinutes()

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Returns
Type Description
boolean

Whether the activeMinutes field is set.

hasActiveZoneMinutes()

public boolean hasActiveZoneMinutes()

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Returns
Type Description
boolean

Whether the activeZoneMinutes field is set.

hasActivityLevel()

public boolean hasActivityLevel()

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Returns
Type Description
boolean

Whether the activityLevel field is set.

hasAltitude()

public boolean hasAltitude()

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Returns
Type Description
boolean

Whether the altitude field is set.

hasBloodGlucose()

public boolean hasBloodGlucose()

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Returns
Type Description
boolean

Whether the bloodGlucose field is set.

hasBodyFat()

public boolean hasBodyFat()

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Returns
Type Description
boolean

Whether the bodyFat field is set.

hasCaloriesInHeartRateZone()

public boolean hasCaloriesInHeartRateZone()

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Returns
Type Description
boolean

Whether the caloriesInHeartRateZone field is set.

hasCoreBodyTemperature()

public boolean hasCoreBodyTemperature()

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Returns
Type Description
boolean

Whether the coreBodyTemperature field is set.

hasDistance()

public boolean hasDistance()

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Returns
Type Description
boolean

Whether the distance field is set.

hasEndTime()

public boolean hasEndTime()

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Returns
Type Description
boolean

Whether the endTime field is set.

hasFloors()

public boolean hasFloors()

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Returns
Type Description
boolean

Whether the floors field is set.

hasHeartRate()

public boolean hasHeartRate()

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Returns
Type Description
boolean

Whether the heartRate field is set.

hasHydrationLog()

public boolean hasHydrationLog()

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Returns
Type Description
boolean

Whether the hydrationLog field is set.

hasNutritionLog()

public boolean hasNutritionLog()

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Returns
Type Description
boolean

Whether the nutritionLog field is set.

hasRunVo2Max()

public boolean hasRunVo2Max()

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Returns
Type Description
boolean

Whether the runVo2Max field is set.

hasSedentaryPeriod()

public boolean hasSedentaryPeriod()

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Returns
Type Description
boolean

Whether the sedentaryPeriod field is set.

hasStartTime()

public boolean hasStartTime()

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Returns
Type Description
boolean

Whether the startTime field is set.

hasSteps()

public boolean hasSteps()

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Returns
Type Description
boolean

Whether the steps field is set.

hasSwimLengthsData()

public boolean hasSwimLengthsData()

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Returns
Type Description
boolean

Whether the swimLengthsData field is set.

hasTimeInHeartRateZone()

public boolean hasTimeInHeartRateZone()

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Returns
Type Description
boolean

Whether the timeInHeartRateZone field is set.

hasTotalCalories()

public boolean hasTotalCalories()

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Returns
Type Description
boolean

Whether the totalCalories field is set.

hasWeight()

public boolean hasWeight()

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Returns
Type Description
boolean

Whether the weight field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeActiveEnergyBurned(ActiveEnergyBurnedRollupValue value)

public RollupDataPoint.Builder mergeActiveEnergyBurned(ActiveEnergyBurnedRollupValue value)

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Parameter
Name Description
value ActiveEnergyBurnedRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeActiveMinutes(ActiveMinutesRollupValue value)

public RollupDataPoint.Builder mergeActiveMinutes(ActiveMinutesRollupValue value)

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Parameter
Name Description
value ActiveMinutesRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeActiveZoneMinutes(ActiveZoneMinutesRollupValue value)

public RollupDataPoint.Builder mergeActiveZoneMinutes(ActiveZoneMinutesRollupValue value)

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Parameter
Name Description
value ActiveZoneMinutesRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeActivityLevel(ActivityLevelRollupValue value)

public RollupDataPoint.Builder mergeActivityLevel(ActivityLevelRollupValue value)

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Parameter
Name Description
value ActivityLevelRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeAltitude(AltitudeRollupValue value)

public RollupDataPoint.Builder mergeAltitude(AltitudeRollupValue value)

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Parameter
Name Description
value AltitudeRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeBloodGlucose(BloodGlucoseRollupValue value)

public RollupDataPoint.Builder mergeBloodGlucose(BloodGlucoseRollupValue value)

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Parameter
Name Description
value BloodGlucoseRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeBodyFat(BodyFatRollupValue value)

public RollupDataPoint.Builder mergeBodyFat(BodyFatRollupValue value)

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Parameter
Name Description
value BodyFatRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue value)

public RollupDataPoint.Builder mergeCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue value)

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Parameter
Name Description
value CaloriesInHeartRateZoneRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeCoreBodyTemperature(CoreBodyTemperatureRollupValue value)

public RollupDataPoint.Builder mergeCoreBodyTemperature(CoreBodyTemperatureRollupValue value)

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Parameter
Name Description
value CoreBodyTemperatureRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeDistance(DistanceRollupValue value)

public RollupDataPoint.Builder mergeDistance(DistanceRollupValue value)

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Parameter
Name Description
value DistanceRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeEndTime(Timestamp value)

public RollupDataPoint.Builder mergeEndTime(Timestamp value)

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
RollupDataPoint.Builder

mergeFloors(FloorsRollupValue value)

public RollupDataPoint.Builder mergeFloors(FloorsRollupValue value)

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Parameter
Name Description
value FloorsRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeFrom(RollupDataPoint other)

public RollupDataPoint.Builder mergeFrom(RollupDataPoint other)
Parameter
Name Description
other RollupDataPoint
Returns
Type Description
RollupDataPoint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RollupDataPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollupDataPoint.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RollupDataPoint.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RollupDataPoint.Builder
Overrides

mergeHeartRate(HeartRateRollupValue value)

public RollupDataPoint.Builder mergeHeartRate(HeartRateRollupValue value)

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Parameter
Name Description
value HeartRateRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeHydrationLog(HydrationLogRollupValue value)

public RollupDataPoint.Builder mergeHydrationLog(HydrationLogRollupValue value)

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Parameter
Name Description
value HydrationLogRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeNutritionLog(NutritionLogRollupValue value)

public RollupDataPoint.Builder mergeNutritionLog(NutritionLogRollupValue value)

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Parameter
Name Description
value NutritionLogRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeRunVo2Max(RunVO2MaxRollupValue value)

public RollupDataPoint.Builder mergeRunVo2Max(RunVO2MaxRollupValue value)

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Parameter
Name Description
value RunVO2MaxRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeSedentaryPeriod(SedentaryPeriodRollupValue value)

public RollupDataPoint.Builder mergeSedentaryPeriod(SedentaryPeriodRollupValue value)

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Parameter
Name Description
value SedentaryPeriodRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeStartTime(Timestamp value)

public RollupDataPoint.Builder mergeStartTime(Timestamp value)

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
RollupDataPoint.Builder

mergeSteps(StepsRollupValue value)

public RollupDataPoint.Builder mergeSteps(StepsRollupValue value)

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Parameter
Name Description
value StepsRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeSwimLengthsData(SwimLengthsDataRollupValue value)

public RollupDataPoint.Builder mergeSwimLengthsData(SwimLengthsDataRollupValue value)

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Parameter
Name Description
value SwimLengthsDataRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeTimeInHeartRateZone(TimeInHeartRateZoneRollupValue value)

public RollupDataPoint.Builder mergeTimeInHeartRateZone(TimeInHeartRateZoneRollupValue value)

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Parameter
Name Description
value TimeInHeartRateZoneRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeTotalCalories(TotalCaloriesRollupValue value)

public RollupDataPoint.Builder mergeTotalCalories(TotalCaloriesRollupValue value)

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Parameter
Name Description
value TotalCaloriesRollupValue
Returns
Type Description
RollupDataPoint.Builder

mergeWeight(WeightRollupValue value)

public RollupDataPoint.Builder mergeWeight(WeightRollupValue value)

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Parameter
Name Description
value WeightRollupValue
Returns
Type Description
RollupDataPoint.Builder

setActiveEnergyBurned(ActiveEnergyBurnedRollupValue value)

public RollupDataPoint.Builder setActiveEnergyBurned(ActiveEnergyBurnedRollupValue value)

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Parameter
Name Description
value ActiveEnergyBurnedRollupValue
Returns
Type Description
RollupDataPoint.Builder

setActiveEnergyBurned(ActiveEnergyBurnedRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setActiveEnergyBurned(ActiveEnergyBurnedRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the active-energy-burned data type.

.google.devicesandservices.health.v4.ActiveEnergyBurnedRollupValue active_energy_burned = 25;

Parameter
Name Description
builderForValue ActiveEnergyBurnedRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setActiveMinutes(ActiveMinutesRollupValue value)

public RollupDataPoint.Builder setActiveMinutes(ActiveMinutesRollupValue value)

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Parameter
Name Description
value ActiveMinutesRollupValue
Returns
Type Description
RollupDataPoint.Builder

setActiveMinutes(ActiveMinutesRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setActiveMinutes(ActiveMinutesRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveMinutesRollupValue active_minutes = 22;

Parameter
Name Description
builderForValue ActiveMinutesRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setActiveZoneMinutes(ActiveZoneMinutesRollupValue value)

public RollupDataPoint.Builder setActiveZoneMinutes(ActiveZoneMinutesRollupValue value)

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Parameter
Name Description
value ActiveZoneMinutesRollupValue
Returns
Type Description
RollupDataPoint.Builder

setActiveZoneMinutes(ActiveZoneMinutesRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setActiveZoneMinutes(ActiveZoneMinutesRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

.google.devicesandservices.health.v4.ActiveZoneMinutesRollupValue active_zone_minutes = 13;

Parameter
Name Description
builderForValue ActiveZoneMinutesRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setActivityLevel(ActivityLevelRollupValue value)

public RollupDataPoint.Builder setActivityLevel(ActivityLevelRollupValue value)

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Parameter
Name Description
value ActivityLevelRollupValue
Returns
Type Description
RollupDataPoint.Builder

setActivityLevel(ActivityLevelRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setActivityLevel(ActivityLevelRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

.google.devicesandservices.health.v4.ActivityLevelRollupValue activity_level = 18;

Parameter
Name Description
builderForValue ActivityLevelRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setAltitude(AltitudeRollupValue value)

public RollupDataPoint.Builder setAltitude(AltitudeRollupValue value)

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Parameter
Name Description
value AltitudeRollupValue
Returns
Type Description
RollupDataPoint.Builder

setAltitude(AltitudeRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setAltitude(AltitudeRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

.google.devicesandservices.health.v4.AltitudeRollupValue altitude = 9;

Parameter
Name Description
builderForValue AltitudeRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setBloodGlucose(BloodGlucoseRollupValue value)

public RollupDataPoint.Builder setBloodGlucose(BloodGlucoseRollupValue value)

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Parameter
Name Description
value BloodGlucoseRollupValue
Returns
Type Description
RollupDataPoint.Builder

setBloodGlucose(BloodGlucoseRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setBloodGlucose(BloodGlucoseRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the blood-glucose data type.

.google.devicesandservices.health.v4.BloodGlucoseRollupValue blood_glucose = 26;

Parameter
Name Description
builderForValue BloodGlucoseRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setBodyFat(BodyFatRollupValue value)

public RollupDataPoint.Builder setBodyFat(BodyFatRollupValue value)

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Parameter
Name Description
value BodyFatRollupValue
Returns
Type Description
RollupDataPoint.Builder

setBodyFat(BodyFatRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setBodyFat(BodyFatRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

.google.devicesandservices.health.v4.BodyFatRollupValue body_fat = 11;

Parameter
Name Description
builderForValue BodyFatRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue value)

public RollupDataPoint.Builder setCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue value)

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Parameter
Name Description
value CaloriesInHeartRateZoneRollupValue
Returns
Type Description
RollupDataPoint.Builder

setCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setCaloriesInHeartRateZone(CaloriesInHeartRateZoneRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.CaloriesInHeartRateZoneRollupValue calories_in_heart_rate_zone = 17;

Parameter
Name Description
builderForValue CaloriesInHeartRateZoneRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setCoreBodyTemperature(CoreBodyTemperatureRollupValue value)

public RollupDataPoint.Builder setCoreBodyTemperature(CoreBodyTemperatureRollupValue value)

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Parameter
Name Description
value CoreBodyTemperatureRollupValue
Returns
Type Description
RollupDataPoint.Builder

setCoreBodyTemperature(CoreBodyTemperatureRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setCoreBodyTemperature(CoreBodyTemperatureRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the core-body-temperature data type, or when requested explicitly using the core-body-temperature rollup type identifier.

.google.devicesandservices.health.v4.CoreBodyTemperatureRollupValue core_body_temperature = 24;

Parameter
Name Description
builderForValue CoreBodyTemperatureRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setDistance(DistanceRollupValue value)

public RollupDataPoint.Builder setDistance(DistanceRollupValue value)

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Parameter
Name Description
value DistanceRollupValue
Returns
Type Description
RollupDataPoint.Builder

setDistance(DistanceRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setDistance(DistanceRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

.google.devicesandservices.health.v4.DistanceRollupValue distance = 10;

Parameter
Name Description
builderForValue DistanceRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setEndTime(Timestamp value)

public RollupDataPoint.Builder setEndTime(Timestamp value)

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
RollupDataPoint.Builder

setEndTime(Timestamp.Builder builderForValue)

public RollupDataPoint.Builder setEndTime(Timestamp.Builder builderForValue)

End time of the window this value aggregates over

.google.protobuf.Timestamp end_time = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
RollupDataPoint.Builder

setFloors(FloorsRollupValue value)

public RollupDataPoint.Builder setFloors(FloorsRollupValue value)

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Parameter
Name Description
value FloorsRollupValue
Returns
Type Description
RollupDataPoint.Builder

setFloors(FloorsRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setFloors(FloorsRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

.google.devicesandservices.health.v4.FloorsRollupValue floors = 6;

Parameter
Name Description
builderForValue FloorsRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setHeartRate(HeartRateRollupValue value)

public RollupDataPoint.Builder setHeartRate(HeartRateRollupValue value)

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Parameter
Name Description
value HeartRateRollupValue
Returns
Type Description
RollupDataPoint.Builder

setHeartRate(HeartRateRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setHeartRate(HeartRateRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

.google.devicesandservices.health.v4.HeartRateRollupValue heart_rate = 7;

Parameter
Name Description
builderForValue HeartRateRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setHydrationLog(HydrationLogRollupValue value)

public RollupDataPoint.Builder setHydrationLog(HydrationLogRollupValue value)

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Parameter
Name Description
value HydrationLogRollupValue
Returns
Type Description
RollupDataPoint.Builder

setHydrationLog(HydrationLogRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setHydrationLog(HydrationLogRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

.google.devicesandservices.health.v4.HydrationLogRollupValue hydration_log = 20;

Parameter
Name Description
builderForValue HydrationLogRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setNutritionLog(NutritionLogRollupValue value)

public RollupDataPoint.Builder setNutritionLog(NutritionLogRollupValue value)

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Parameter
Name Description
value NutritionLogRollupValue
Returns
Type Description
RollupDataPoint.Builder

setNutritionLog(NutritionLogRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setNutritionLog(NutritionLogRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the nutrition-log data type, or when requested explicitly using the nutrition-log rollup type identifier.

.google.devicesandservices.health.v4.NutritionLogRollupValue nutrition_log = 19;

Parameter
Name Description
builderForValue NutritionLogRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setRunVo2Max(RunVO2MaxRollupValue value)

public RollupDataPoint.Builder setRunVo2Max(RunVO2MaxRollupValue value)

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Parameter
Name Description
value RunVO2MaxRollupValue
Returns
Type Description
RollupDataPoint.Builder

setRunVo2Max(RunVO2MaxRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setRunVo2Max(RunVO2MaxRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

.google.devicesandservices.health.v4.RunVO2MaxRollupValue run_vo2_max = 16;

Parameter
Name Description
builderForValue RunVO2MaxRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setSedentaryPeriod(SedentaryPeriodRollupValue value)

public RollupDataPoint.Builder setSedentaryPeriod(SedentaryPeriodRollupValue value)

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Parameter
Name Description
value SedentaryPeriodRollupValue
Returns
Type Description
RollupDataPoint.Builder

setSedentaryPeriod(SedentaryPeriodRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setSedentaryPeriod(SedentaryPeriodRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

.google.devicesandservices.health.v4.SedentaryPeriodRollupValue sedentary_period = 15;

Parameter
Name Description
builderForValue SedentaryPeriodRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setStartTime(Timestamp value)

public RollupDataPoint.Builder setStartTime(Timestamp value)

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
RollupDataPoint.Builder

setStartTime(Timestamp.Builder builderForValue)

public RollupDataPoint.Builder setStartTime(Timestamp.Builder builderForValue)

Start time of the window this value aggregates over

.google.protobuf.Timestamp start_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
RollupDataPoint.Builder

setSteps(StepsRollupValue value)

public RollupDataPoint.Builder setSteps(StepsRollupValue value)

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Parameter
Name Description
value StepsRollupValue
Returns
Type Description
RollupDataPoint.Builder

setSteps(StepsRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setSteps(StepsRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

.google.devicesandservices.health.v4.StepsRollupValue steps = 5;

Parameter
Name Description
builderForValue StepsRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setSwimLengthsData(SwimLengthsDataRollupValue value)

public RollupDataPoint.Builder setSwimLengthsData(SwimLengthsDataRollupValue value)

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Parameter
Name Description
value SwimLengthsDataRollupValue
Returns
Type Description
RollupDataPoint.Builder

setSwimLengthsData(SwimLengthsDataRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setSwimLengthsData(SwimLengthsDataRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

.google.devicesandservices.health.v4.SwimLengthsDataRollupValue swim_lengths_data = 23;

Parameter
Name Description
builderForValue SwimLengthsDataRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setTimeInHeartRateZone(TimeInHeartRateZoneRollupValue value)

public RollupDataPoint.Builder setTimeInHeartRateZone(TimeInHeartRateZoneRollupValue value)

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Parameter
Name Description
value TimeInHeartRateZoneRollupValue
Returns
Type Description
RollupDataPoint.Builder

setTimeInHeartRateZone(TimeInHeartRateZoneRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setTimeInHeartRateZone(TimeInHeartRateZoneRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

.google.devicesandservices.health.v4.TimeInHeartRateZoneRollupValue time_in_heart_rate_zone = 21;

Parameter
Name Description
builderForValue TimeInHeartRateZoneRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setTotalCalories(TotalCaloriesRollupValue value)

public RollupDataPoint.Builder setTotalCalories(TotalCaloriesRollupValue value)

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Parameter
Name Description
value TotalCaloriesRollupValue
Returns
Type Description
RollupDataPoint.Builder

setTotalCalories(TotalCaloriesRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setTotalCalories(TotalCaloriesRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

.google.devicesandservices.health.v4.TotalCaloriesRollupValue total_calories = 12;

Parameter
Name Description
builderForValue TotalCaloriesRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder

setWeight(WeightRollupValue value)

public RollupDataPoint.Builder setWeight(WeightRollupValue value)

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Parameter
Name Description
value WeightRollupValue
Returns
Type Description
RollupDataPoint.Builder

setWeight(WeightRollupValue.Builder builderForValue)

public RollupDataPoint.Builder setWeight(WeightRollupValue.Builder builderForValue)

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

.google.devicesandservices.health.v4.WeightRollupValue weight = 8;

Parameter
Name Description
builderForValue WeightRollupValue.Builder
Returns
Type Description
RollupDataPoint.Builder