Interface CustomInfoType.DetectionRuleOrBuilder (3.2.1)

public static interface CustomInfoType.DetectionRuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHotwordRule()

public abstract CustomInfoType.DetectionRule.HotwordRule getHotwordRule()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
TypeDescription
CustomInfoType.DetectionRule.HotwordRule

The hotwordRule.

getHotwordRuleOrBuilder()

public abstract CustomInfoType.DetectionRule.HotwordRuleOrBuilder getHotwordRuleOrBuilder()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
TypeDescription
CustomInfoType.DetectionRule.HotwordRuleOrBuilder

getTypeCase()

public abstract CustomInfoType.DetectionRule.TypeCase getTypeCase()
Returns
TypeDescription
CustomInfoType.DetectionRule.TypeCase

hasHotwordRule()

public abstract boolean hasHotwordRule()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
TypeDescription
boolean

Whether the hotwordRule field is set.