public static interface CustomInfoType.DetectionRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHotwordRule()
public abstract CustomInfoType.DetectionRule.HotwordRule getHotwordRule()Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
CustomInfoType.DetectionRule.HotwordRuleOrBuilder |
|
getTypeCase()
public abstract CustomInfoType.DetectionRule.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
CustomInfoType.DetectionRule.TypeCase |
|
hasHotwordRule()
public abstract boolean hasHotwordRule()Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hotwordRule field is set. |