Enum Sleep.SleepMetadata.StagesState (0.2.0)

public enum Sleep.SleepMetadata.StagesState extends Enum<Sleep.SleepMetadata.StagesState> implements ProtocolMessageEnum

Sleep stages algorithm processing status.

Protobuf enum google.devicesandservices.health.v4.Sleep.SleepMetadata.StagesState

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROCESSING_INTERNAL_ERROR

Output only. Sleep stages cannot be computed due to server internal error.

PROCESSING_INTERNAL_ERROR = 9;

PROCESSING_INTERNAL_ERROR_VALUE

Output only. Sleep stages cannot be computed due to server internal error.

PROCESSING_INTERNAL_ERROR = 9;

REJECTED_COVERAGE

Output only. Sleep stages cannot be computed due to low RR coverage.

REJECTED_COVERAGE = 1;

REJECTED_COVERAGE_VALUE

Output only. Sleep stages cannot be computed due to low RR coverage.

REJECTED_COVERAGE = 1;

REJECTED_END_GAP

Output only. Sleep stages cannot be computed due to the large end gap (1h).

REJECTED_END_GAP = 4;

REJECTED_END_GAP_VALUE

Output only. Sleep stages cannot be computed due to the large end gap (1h).

REJECTED_END_GAP = 4;

REJECTED_MAX_GAP

Output only. Sleep stages cannot be computed due to the large middle gap (2h).

REJECTED_MAX_GAP = 2;

REJECTED_MAX_GAP_VALUE

Output only. Sleep stages cannot be computed due to the large middle gap (2h).

REJECTED_MAX_GAP = 2;

REJECTED_NAP

Output only. Sleep stages cannot be computed because the sleep log is a nap (has < 3h duration).

REJECTED_NAP = 5;

REJECTED_NAP_VALUE

Output only. Sleep stages cannot be computed because the sleep log is a nap (has < 3h duration).

REJECTED_NAP = 5;

REJECTED_SERVER

Output only. Sleep stages cannot be computed because input data is not available (PPGV2, wake magnitude, etc).

REJECTED_SERVER = 6;

REJECTED_SERVER_VALUE

Output only. Sleep stages cannot be computed because input data is not available (PPGV2, wake magnitude, etc).

REJECTED_SERVER = 6;

REJECTED_START_GAP

Output only. Sleep stages cannot be computed due to the large start gap (1h).

REJECTED_START_GAP = 3;

REJECTED_START_GAP_VALUE

Output only. Sleep stages cannot be computed due to the large start gap (1h).

REJECTED_START_GAP = 3;

STAGES_STATE_UNSPECIFIED

Output only. Sleep stages status is unspecified.

STAGES_STATE_UNSPECIFIED = 0;

STAGES_STATE_UNSPECIFIED_VALUE

Output only. Sleep stages status is unspecified.

STAGES_STATE_UNSPECIFIED = 0;

SUCCEEDED

Output only. Sleep stages successfully computed.

SUCCEEDED = 8;

SUCCEEDED_VALUE

Output only. Sleep stages successfully computed.

SUCCEEDED = 8;

TIMEOUT

Output only. Sleep stages cannot be computed due to server timeout.

TIMEOUT = 7;

TIMEOUT_VALUE

Output only. Sleep stages cannot be computed due to server timeout.

TIMEOUT = 7;

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