public static final class MetricsSummary.MobilityMetrics extends GeneratedMessage implements MetricsSummary.MobilityMetricsOrBuilder
Mobility workouts specific metrics
Protobuf type google.devicesandservices.health.v4.MetricsSummary.MobilityMetrics
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AVG_CADENCE_STEPS_PER_MINUTE_FIELD_NUMBER
public static final int AVG_CADENCE_STEPS_PER_MINUTE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int AVG_GROUND_CONTACT_TIME_DURATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
AVG_STRIDE_LENGTH_MILLIMETERS_FIELD_NUMBER
public static final int AVG_STRIDE_LENGTH_MILLIMETERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
AVG_VERTICAL_OSCILLATION_MILLIMETERS_FIELD_NUMBER
public static final int AVG_VERTICAL_OSCILLATION_MILLIMETERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
AVG_VERTICAL_RATIO_FIELD_NUMBER
public static final int AVG_VERTICAL_RATIO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MetricsSummary.MobilityMetrics getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MetricsSummary.MobilityMetrics.Builder newBuilder()
newBuilder(MetricsSummary.MobilityMetrics prototype)
public static MetricsSummary.MobilityMetrics.Builder newBuilder(MetricsSummary.MobilityMetrics prototype)
public static MetricsSummary.MobilityMetrics parseDelimitedFrom(InputStream input)
public static MetricsSummary.MobilityMetrics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MetricsSummary.MobilityMetrics parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MetricsSummary.MobilityMetrics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MetricsSummary.MobilityMetrics parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MetricsSummary.MobilityMetrics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MetricsSummary.MobilityMetrics parseFrom(CodedInputStream input)
public static MetricsSummary.MobilityMetrics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MetricsSummary.MobilityMetrics parseFrom(InputStream input)
public static MetricsSummary.MobilityMetrics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MetricsSummary.MobilityMetrics parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MetricsSummary.MobilityMetrics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MetricsSummary.MobilityMetrics> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAvgCadenceStepsPerMinute()
public 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.
|
public 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.
|
public 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];
getAvgStrideLengthMillimeters()
public 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 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 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.
|
getDefaultInstanceForType()
public MetricsSummary.MobilityMetrics getDefaultInstanceForType()
getParserForType()
public Parser<MetricsSummary.MobilityMetrics> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasAvgCadenceStepsPerMinute()
public 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.
|
public 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 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 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 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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MetricsSummary.MobilityMetrics.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MetricsSummary.MobilityMetrics.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public MetricsSummary.MobilityMetrics.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides