public static interface MetricsSummary.MobilityMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAvgCadenceStepsPerMinute()
public abstract double getAvgCadenceStepsPerMinute()Optional. Cadence is a measure of the frequency of your foot strikes. Steps / min in real time during workout.
optional double avg_cadence_steps_per_minute = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The avgCadenceStepsPerMinute. |
getAvgGroundContactTimeDuration()
public abstract Duration getAvgGroundContactTimeDuration()Optional. The ground contact time for a particular stride is the amount of time for which the foot was in contact with the ground on that stride
.google.protobuf.Duration avg_ground_contact_time_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Duration |
The avgGroundContactTimeDuration. |
getAvgGroundContactTimeDurationOrBuilder()
public abstract DurationOrBuilder getAvgGroundContactTimeDurationOrBuilder()Optional. The ground contact time for a particular stride is the amount of time for which the foot was in contact with the ground on that stride
.google.protobuf.Duration avg_ground_contact_time_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getAvgStrideLengthMillimeters()
public abstract long getAvgStrideLengthMillimeters()Optional. Stride length is a measure of the distance covered by a single stride
optional int64 avg_stride_length_millimeters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The avgStrideLengthMillimeters. |
getAvgVerticalOscillationMillimeters()
public abstract long getAvgVerticalOscillationMillimeters()Optional. Distance off the ground your center of mass moves with each stride while running
optional int64 avg_vertical_oscillation_millimeters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The avgVerticalOscillationMillimeters. |
getAvgVerticalRatio()
public abstract double getAvgVerticalRatio()Optional. Vertical oscillation/stride length between [5.0, 11.0].
optional double avg_vertical_ratio = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The avgVerticalRatio. |
hasAvgCadenceStepsPerMinute()
public abstract boolean hasAvgCadenceStepsPerMinute()Optional. Cadence is a measure of the frequency of your foot strikes. Steps / min in real time during workout.
optional double avg_cadence_steps_per_minute = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avgCadenceStepsPerMinute field is set. |
hasAvgGroundContactTimeDuration()
public abstract boolean hasAvgGroundContactTimeDuration()Optional. The ground contact time for a particular stride is the amount of time for which the foot was in contact with the ground on that stride
.google.protobuf.Duration avg_ground_contact_time_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avgGroundContactTimeDuration field is set. |
hasAvgStrideLengthMillimeters()
public abstract boolean hasAvgStrideLengthMillimeters()Optional. Stride length is a measure of the distance covered by a single stride
optional int64 avg_stride_length_millimeters = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avgStrideLengthMillimeters field is set. |
hasAvgVerticalOscillationMillimeters()
public abstract boolean hasAvgVerticalOscillationMillimeters()Optional. Distance off the ground your center of mass moves with each stride while running
optional int64 avg_vertical_oscillation_millimeters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avgVerticalOscillationMillimeters field is set. |
hasAvgVerticalRatio()
public abstract boolean hasAvgVerticalRatio()Optional. Vertical oscillation/stride length between [5.0, 11.0].
optional double avg_vertical_ratio = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the avgVerticalRatio field is set. |