public interface InspectionRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExclusionRule |
getExclusionRule()
Exclusion rule.
|
ExclusionRuleOrBuilder |
getExclusionRuleOrBuilder()
Exclusion rule.
|
CustomInfoType.DetectionRule.HotwordRule |
getHotwordRule()
Hotword-based detection rule.
|
CustomInfoType.DetectionRule.HotwordRuleOrBuilder |
getHotwordRuleOrBuilder()
Hotword-based detection rule.
|
InspectionRule.TypeCase |
getTypeCase() |
boolean |
hasExclusionRule()
Exclusion rule.
|
boolean |
hasHotwordRule()
Hotword-based detection rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHotwordRule()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;CustomInfoType.DetectionRule.HotwordRule getHotwordRule()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;CustomInfoType.DetectionRule.HotwordRuleOrBuilder getHotwordRuleOrBuilder()
Hotword-based detection rule.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;boolean hasExclusionRule()
Exclusion rule.
.google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;ExclusionRule getExclusionRule()
Exclusion rule.
.google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;ExclusionRuleOrBuilder getExclusionRuleOrBuilder()
Exclusion rule.
.google.privacy.dlp.v2.ExclusionRule exclusion_rule = 2;InspectionRule.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.