Enum DataSource.RecordingMethod (0.2.0)

public enum DataSource.RecordingMethod extends Enum<DataSource.RecordingMethod> implements ProtocolMessageEnum

The method by which the data was recorded.

Protobuf enum google.devicesandservices.health.v4.DataSource.RecordingMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVELY_MEASURED

The data was actively measured by a device.

ACTIVELY_MEASURED = 4;

ACTIVELY_MEASURED_VALUE

The data was actively measured by a device.

ACTIVELY_MEASURED = 4;

DERIVED

The data was derived from other data, e.g., by an algorithm in the backend.

DERIVED = 3;

DERIVED_VALUE

The data was derived from other data, e.g., by an algorithm in the backend.

DERIVED = 3;

MANUAL

The data was manually entered by the user.

MANUAL = 1;

MANUAL_VALUE

The data was manually entered by the user.

MANUAL = 1;

PASSIVELY_MEASURED

The data was passively measured by a device.

PASSIVELY_MEASURED = 2;

PASSIVELY_MEASURED_VALUE

The data was passively measured by a device.

PASSIVELY_MEASURED = 2;

RECORDING_METHOD_UNSPECIFIED

The recording method is unspecified.

RECORDING_METHOD_UNSPECIFIED = 0;

RECORDING_METHOD_UNSPECIFIED_VALUE

The recording method is unspecified.

RECORDING_METHOD_UNSPECIFIED = 0;

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 = 5;

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.

UNKNOWN = 5;

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