public enum Settings.StrideLengthType extends Enum<Settings.StrideLengthType> implements ProtocolMessageEnumThe stride length type defined in the user's account settings. Specifies if the user's stride length is determined automatically (default) or manually as defined in the user's account settings.
Protobuf enum google.devicesandservices.health.v4.Settings.StrideLengthType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
STRIDE_LENGTH_TYPE_AUTO |
Stride length type is determined automatically. |
STRIDE_LENGTH_TYPE_AUTO_VALUE |
Stride length type is determined automatically. |
STRIDE_LENGTH_TYPE_DEFAULT |
Stride length type is computed based on the user's gender and height. |
STRIDE_LENGTH_TYPE_DEFAULT_VALUE |
Stride length type is computed based on the user's gender and height. |
STRIDE_LENGTH_TYPE_MANUAL |
Stride length type is manually set by the user. |
STRIDE_LENGTH_TYPE_MANUAL_VALUE |
Stride length type is manually set by the user. |
STRIDE_LENGTH_TYPE_UNSPECIFIED |
Stride length type is not specified. |
STRIDE_LENGTH_TYPE_UNSPECIFIED_VALUE |
Stride length type is not specified. |
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() |
|