Enum Settings.StrideLengthType (0.2.0)

public enum Settings.StrideLengthType extends Enum<Settings.StrideLengthType> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
STRIDE_LENGTH_TYPE_AUTO

Stride length type is determined automatically.

STRIDE_LENGTH_TYPE_AUTO = 3;

STRIDE_LENGTH_TYPE_AUTO_VALUE

Stride length type is determined automatically.

STRIDE_LENGTH_TYPE_AUTO = 3;

STRIDE_LENGTH_TYPE_DEFAULT

Stride length type is computed based on the user's gender and height.

STRIDE_LENGTH_TYPE_DEFAULT = 1;

STRIDE_LENGTH_TYPE_DEFAULT_VALUE

Stride length type is computed based on the user's gender and height.

STRIDE_LENGTH_TYPE_DEFAULT = 1;

STRIDE_LENGTH_TYPE_MANUAL

Stride length type is manually set by the user.

STRIDE_LENGTH_TYPE_MANUAL = 2;

STRIDE_LENGTH_TYPE_MANUAL_VALUE

Stride length type is manually set by the user.

STRIDE_LENGTH_TYPE_MANUAL = 2;

STRIDE_LENGTH_TYPE_UNSPECIFIED

Stride length type is not specified.

STRIDE_LENGTH_TYPE_UNSPECIFIED = 0;

STRIDE_LENGTH_TYPE_UNSPECIFIED_VALUE

Stride length type is not specified.

STRIDE_LENGTH_TYPE_UNSPECIFIED = 0;

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()