public enum Sleep.SleepMetadata.StagesState extends Enum<Sleep.SleepMetadata.StagesState> implements ProtocolMessageEnumSleep stages algorithm processing status.
Protobuf enum google.devicesandservices.health.v4.Sleep.SleepMetadata.StagesState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PROCESSING_INTERNAL_ERROR |
Output only. Sleep stages cannot be computed due to server internal error. |
PROCESSING_INTERNAL_ERROR_VALUE |
Output only. Sleep stages cannot be computed due to server internal error. |
REJECTED_COVERAGE |
Output only. Sleep stages cannot be computed due to low RR coverage. |
REJECTED_COVERAGE_VALUE |
Output only. Sleep stages cannot be computed due to low RR coverage. |
REJECTED_END_GAP |
Output only. Sleep stages cannot be computed due to the large end gap (1h). |
REJECTED_END_GAP_VALUE |
Output only. Sleep stages cannot be computed due to the large end gap (1h). |
REJECTED_MAX_GAP |
Output only. Sleep stages cannot be computed due to the large middle gap (2h). |
REJECTED_MAX_GAP_VALUE |
Output only. Sleep stages cannot be computed due to the large middle gap (2h). |
REJECTED_NAP |
Output only. Sleep stages cannot be computed because the sleep log is a nap (has < 3h duration). |
REJECTED_NAP_VALUE |
Output only. Sleep stages cannot be computed because the sleep log is a nap (has < 3h duration). |
REJECTED_SERVER |
Output only. Sleep stages cannot be computed because input data is not available (PPGV2, wake magnitude, etc). |
REJECTED_SERVER_VALUE |
Output only. Sleep stages cannot be computed because input data is not available (PPGV2, wake magnitude, etc). |
REJECTED_START_GAP |
Output only. Sleep stages cannot be computed due to the large start gap (1h). |
REJECTED_START_GAP_VALUE |
Output only. Sleep stages cannot be computed due to the large start gap (1h). |
STAGES_STATE_UNSPECIFIED |
Output only. Sleep stages status is unspecified. |
STAGES_STATE_UNSPECIFIED_VALUE |
Output only. Sleep stages status is unspecified. |
SUCCEEDED |
Output only. Sleep stages successfully computed. |
SUCCEEDED_VALUE |
Output only. Sleep stages successfully computed. |
TIMEOUT |
Output only. Sleep stages cannot be computed due to server timeout. |
TIMEOUT_VALUE |
Output only. Sleep stages cannot be computed due to server timeout. |
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() |
|