Interface InputsUsedOrBuilder (0.1.0)

public interface InputsUsedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUsesDetection()

public abstract boolean getUsesDetection()

Optional. Whether the rule queries detections.

bool uses_detection = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The usesDetection.

getUsesEntity()

public abstract boolean getUsesEntity()

Optional. Whether the rule queries entity events.

bool uses_entity = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The usesEntity.

getUsesUdm()

public abstract boolean getUsesUdm()

Optional. Whether the rule queries UDM events.

bool uses_udm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The usesUdm.