public interface RunVO2MaxOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRunVo2Max()
public abstract double getRunVo2Max()Required. Run VO2 max value in ml/kg/min.
optional double run_vo2_max = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
double |
The runVo2Max. |
getSampleTime()
public abstract ObservationSampleTime getSampleTime()Required. The time at which the metric was measured.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ObservationSampleTime |
The sampleTime. |
getSampleTimeOrBuilder()
public abstract ObservationSampleTimeOrBuilder getSampleTimeOrBuilder()Required. The time at which the metric was measured.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ObservationSampleTimeOrBuilder |
|
hasRunVo2Max()
public abstract boolean hasRunVo2Max()Required. Run VO2 max value in ml/kg/min.
optional double run_vo2_max = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the runVo2Max field is set. |
hasSampleTime()
public abstract boolean hasSampleTime()Required. The time at which the metric was measured.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sampleTime field is set. |