Package com.google.privacy.dlp.v2
Interface CustomInfoType.DetectionRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomInfoType.DetectionRule
,CustomInfoType.DetectionRule.Builder
- Enclosing class:
- CustomInfoType
public static interface CustomInfoType.DetectionRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomInfoType.DetectionRule.HotwordRule
getHotwordRule()
Hotword-based detection rule.CustomInfoType.DetectionRule.HotwordRuleOrBuilder
getHotwordRuleOrBuilder()
Hotword-based detection rule.CustomInfoType.DetectionRule.TypeCase
getTypeCase()
boolean
hasHotwordRule()
Hotword-based detection rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHotwordRule
boolean hasHotwordRule()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
- Returns:
- Whether the hotwordRule field is set.
-
getHotwordRule
CustomInfoType.DetectionRule.HotwordRule getHotwordRule()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
- Returns:
- The hotwordRule.
-
getHotwordRuleOrBuilder
CustomInfoType.DetectionRule.HotwordRuleOrBuilder getHotwordRuleOrBuilder()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;
-
getTypeCase
CustomInfoType.DetectionRule.TypeCase getTypeCase()
-
-