public enum DataSource.RecordingMethod extends Enum<DataSource.RecordingMethod> implements ProtocolMessageEnumThe method by which the data was recorded.
Protobuf enum google.devicesandservices.health.v4.DataSource.RecordingMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVELY_MEASURED |
The data was actively measured by a device. |
ACTIVELY_MEASURED_VALUE |
The data was actively measured by a device. |
DERIVED |
The data was derived from other data, e.g., by an algorithm in the backend. |
DERIVED_VALUE |
The data was derived from other data, e.g., by an algorithm in the backend. |
MANUAL |
The data was manually entered by the user. |
MANUAL_VALUE |
The data was manually entered by the user. |
PASSIVELY_MEASURED |
The data was passively measured by a device. |
PASSIVELY_MEASURED_VALUE |
The data was passively measured by a device. |
RECORDING_METHOD_UNSPECIFIED |
The recording method is unspecified. |
RECORDING_METHOD_UNSPECIFIED_VALUE |
The recording method is unspecified. |
UNKNOWN |
The recording method is unknown. This is set when the data is uploaded from a third party app that does not provide this information. |
UNKNOWN_VALUE |
The recording method is unknown. This is set when the data is uploaded from a third party app that does not provide this information. |
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() |
|