Interface IrregularRhythmNotificationOrBuilder (0.2.0)

public interface IrregularRhythmNotificationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlertWindows(int index)

public abstract IrregularRhythmNotification.AlertWindow getAlertWindows(int index)

Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.

repeated .google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindow alert_windows = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
IrregularRhythmNotification.AlertWindow

getAlertWindowsCount()

public abstract int getAlertWindowsCount()

Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.

repeated .google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindow alert_windows = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getAlertWindowsList()

public abstract List<IrregularRhythmNotification.AlertWindow> getAlertWindowsList()

Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.

repeated .google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindow alert_windows = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AlertWindow>

getAlertWindowsOrBuilder(int index)

public abstract IrregularRhythmNotification.AlertWindowOrBuilder getAlertWindowsOrBuilder(int index)

Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.

repeated .google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindow alert_windows = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
IrregularRhythmNotification.AlertWindowOrBuilder

getAlertWindowsOrBuilderList()

public abstract List<? extends IrregularRhythmNotification.AlertWindowOrBuilder> getAlertWindowsOrBuilderList()

Optional. The overlapping analysis windows that were used to evaluate rhythm for potential AFib, containing specific information about the user's heart rhythm.

repeated .google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindow alert_windows = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.devicesandservices.health.v4.IrregularRhythmNotification.AlertWindowOrBuilder>

getInterval()

public abstract SessionTimeInterval getInterval()

Required. Observed interval.

.google.devicesandservices.health.v4.SessionTimeInterval interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SessionTimeInterval

The interval.

getIntervalOrBuilder()

public abstract SessionTimeIntervalOrBuilder getIntervalOrBuilder()

Required. Observed interval.

.google.devicesandservices.health.v4.SessionTimeInterval interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SessionTimeIntervalOrBuilder

getMedicalDeviceInfo()

public abstract MedicalDeviceInfo getMedicalDeviceInfo()

Output only. The meta information for the compatible device used to conduct the measurement.

Irregular Rhythm Notification measurements typically populate algorithm_version, service_version, and device_model.

.google.devicesandservices.health.v4.MedicalDeviceInfo medical_device_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MedicalDeviceInfo

The medicalDeviceInfo.

getMedicalDeviceInfoOrBuilder()

public abstract MedicalDeviceInfoOrBuilder getMedicalDeviceInfoOrBuilder()

Output only. The meta information for the compatible device used to conduct the measurement.

Irregular Rhythm Notification measurements typically populate algorithm_version, service_version, and device_model.

.google.devicesandservices.health.v4.MedicalDeviceInfo medical_device_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MedicalDeviceInfoOrBuilder

hasInterval()

public abstract boolean hasInterval()

Required. Observed interval.

.google.devicesandservices.health.v4.SessionTimeInterval interval = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the interval field is set.

hasMedicalDeviceInfo()

public abstract boolean hasMedicalDeviceInfo()

Output only. The meta information for the compatible device used to conduct the measurement.

Irregular Rhythm Notification measurements typically populate algorithm_version, service_version, and device_model.

.google.devicesandservices.health.v4.MedicalDeviceInfo medical_device_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the medicalDeviceInfo field is set.