public static interface DailyRestingHeartRate.DailyRestingHeartRateMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCalculationMethod()
public abstract DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod getCalculationMethod()Required. The method used to calculate the resting heart rate.
.google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod calculation_method = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod |
The calculationMethod. |
getCalculationMethodValue()
public abstract int getCalculationMethodValue()Required. The method used to calculate the resting heart rate.
.google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod calculation_method = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for calculationMethod. |