public interface DailyRestingHeartRateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBeatsPerMinute()
public abstract long getBeatsPerMinute()Required. The resting heart rate value in beats per minute.
optional int64 beats_per_minute = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The beatsPerMinute. |
getDailyRestingHeartRateMetadata()
public abstract DailyRestingHeartRate.DailyRestingHeartRateMetadata getDailyRestingHeartRateMetadata()Optional. Metadata for the daily resting heart rate.
.google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata daily_resting_heart_rate_metadata = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DailyRestingHeartRate.DailyRestingHeartRateMetadata |
The dailyRestingHeartRateMetadata. |
getDailyRestingHeartRateMetadataOrBuilder()
public abstract DailyRestingHeartRate.DailyRestingHeartRateMetadataOrBuilder getDailyRestingHeartRateMetadataOrBuilder()Optional. Metadata for the daily resting heart rate.
.google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata daily_resting_heart_rate_metadata = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DailyRestingHeartRate.DailyRestingHeartRateMetadataOrBuilder |
|
getDate()
public abstract Date getDate()Required. Date (in the user's timezone) of the resting heart rate measurement.
.google.type.Date date = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The date. |
getDateOrBuilder()
public abstract DateOrBuilder getDateOrBuilder()Required. Date (in the user's timezone) of the resting heart rate measurement.
.google.type.Date date = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
hasBeatsPerMinute()
public abstract boolean hasBeatsPerMinute()Required. The resting heart rate value in beats per minute.
optional int64 beats_per_minute = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinute field is set. |
hasDailyRestingHeartRateMetadata()
public abstract boolean hasDailyRestingHeartRateMetadata()Optional. Metadata for the daily resting heart rate.
.google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata daily_resting_heart_rate_metadata = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dailyRestingHeartRateMetadata field is set. |
hasDate()
public abstract boolean hasDate()Required. Date (in the user's timezone) of the resting heart rate measurement.
.google.type.Date date = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the date field is set. |