public enum VO2Max.MeasurementMethod extends Enum<VO2Max.MeasurementMethod> implements ProtocolMessageEnumMeasurement method used to measure the VO2 max value.
Protobuf enum google.devicesandservices.health.v4.VO2Max.MeasurementMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COOPER_TEST |
Run as far as possible for 12 minutes. Distance correlated with age and gender translates to a VO2 max value. |
COOPER_TEST_VALUE |
Run as far as possible for 12 minutes. Distance correlated with age and gender translates to a VO2 max value. |
FITBIT_RUN |
Fitbit specific, measures VO2 max rate during a run. |
FITBIT_RUN_VALUE |
Fitbit specific, measures VO2 max rate during a run. |
GOOGLE_DEMOGRAPHIC |
Google specific, measures VO2 max rate for a user based on their demographic data. |
GOOGLE_DEMOGRAPHIC_VALUE |
Google specific, measures VO2 max rate for a user based on their demographic data. |
HEART_RATE_RATIO |
Maximum heart rate divided by the resting heart rate, with a multiplier applied. Does not require any exercise. |
HEART_RATE_RATIO_VALUE |
Maximum heart rate divided by the resting heart rate, with a multiplier applied. Does not require any exercise. |
MAX_EXERCISE |
Healthkit specific, measures VO2 max rate by monitoring exercise to the user’s physical limit. Similar to COOPER_TEST or MULTISTAGE_FITNESS_TEST. |
MAX_EXERCISE_VALUE |
Healthkit specific, measures VO2 max rate by monitoring exercise to the user’s physical limit. Similar to COOPER_TEST or MULTISTAGE_FITNESS_TEST. |
MEASUREMENT_METHOD_UNSPECIFIED |
Unspecified measurement method. |
MEASUREMENT_METHOD_UNSPECIFIED_VALUE |
Unspecified measurement method. |
METABOLIC_CART |
Measured by a medical device called metabolic cart. |
METABOLIC_CART_VALUE |
Measured by a medical device called metabolic cart. |
MULTISTAGE_FITNESS_TEST |
Continuous 20m back-and-forth runs with increasing difficulty, until exhaustion. |
MULTISTAGE_FITNESS_TEST_VALUE |
Continuous 20m back-and-forth runs with increasing difficulty, until exhaustion. |
OTHER |
Use when the method is not covered in this enum. |
OTHER_VALUE |
Use when the method is not covered in this enum. |
PREDICTION_NON_EXERCISE |
Healthkit specific, estimates VO2 max rate without any exercise. Similar to HEART_RATE_RATIO. |
PREDICTION_NON_EXERCISE_VALUE |
Healthkit specific, estimates VO2 max rate without any exercise. Similar to HEART_RATE_RATIO. |
PREDICTION_SUB_MAX_EXERCISE |
Healthkit specific, estimates VO2 max rate based on low-intensity exercise. Similar to ROCKPORT_FITNESS_TEST. |
PREDICTION_SUB_MAX_EXERCISE_VALUE |
Healthkit specific, estimates VO2 max rate based on low-intensity exercise. Similar to ROCKPORT_FITNESS_TEST. |
ROCKPORT_FITNESS_TEST |
Measured using walking exercise. |
ROCKPORT_FITNESS_TEST_VALUE |
Measured using walking exercise. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|