public interface DailyVO2MaxOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCardioFitnessLevel()
public abstract DailyVO2Max.CardioFitnessLevel getCardioFitnessLevel()Optional. Represents the user's cardio fitness level based on their VO2 max.
.google.devicesandservices.health.v4.DailyVO2Max.CardioFitnessLevel cardio_fitness_level = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DailyVO2Max.CardioFitnessLevel |
The cardioFitnessLevel. |
getCardioFitnessLevelValue()
public abstract int getCardioFitnessLevelValue()Optional. Represents the user's cardio fitness level based on their VO2 max.
.google.devicesandservices.health.v4.DailyVO2Max.CardioFitnessLevel cardio_fitness_level = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for cardioFitnessLevel. |
getDate()
public abstract Date getDate()Required. The date for which the Daily VO2 max was measured.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The date. |
getDateOrBuilder()
public abstract DateOrBuilder getDateOrBuilder()Required. The date for which the Daily VO2 max was measured.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getEstimated()
public abstract boolean getEstimated()Optional. An estimated field is added to indicate when the confidence has decreased sufficiently to consider the value an estimation.
bool estimated = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The estimated. |
getVo2Max()
public abstract double getVo2Max()Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min.
optional double vo2_max = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
double |
The vo2Max. |
getVo2MaxCovariance()
public abstract double getVo2MaxCovariance()Optional. The covariance of the VO2 max value.
optional double vo2_max_covariance = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The vo2MaxCovariance. |
hasDate()
public abstract boolean hasDate()Required. The date for which the Daily VO2 max was measured.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the date field is set. |
hasVo2Max()
public abstract boolean hasVo2Max()Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min.
optional double vo2_max = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vo2Max field is set. |
hasVo2MaxCovariance()
public abstract boolean hasVo2MaxCovariance()Optional. The covariance of the VO2 max value.
optional double vo2_max_covariance = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vo2MaxCovariance field is set. |