public interface ExclusionRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Dictionary |
getDictionary()
Dictionary which defines the rule.
|
CustomInfoType.DictionaryOrBuilder |
getDictionaryOrBuilder()
Dictionary which defines the rule.
|
ExcludeInfoTypes |
getExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
|
ExcludeInfoTypesOrBuilder |
getExcludeInfoTypesOrBuilder()
Set of infoTypes for which findings would affect this rule.
|
MatchingType |
getMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
int |
getMatchingTypeValue()
How the rule is applied, see MatchingType documentation for details.
|
CustomInfoType.Regex |
getRegex()
Regular expression which defines the rule.
|
CustomInfoType.RegexOrBuilder |
getRegexOrBuilder()
Regular expression which defines the rule.
|
ExclusionRule.TypeCase |
getTypeCase() |
boolean |
hasDictionary()
Dictionary which defines the rule.
|
boolean |
hasExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
|
boolean |
hasRegex()
Regular expression which defines the rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDictionary()
Dictionary which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 1;CustomInfoType.Dictionary getDictionary()
Dictionary which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 1;CustomInfoType.DictionaryOrBuilder getDictionaryOrBuilder()
Dictionary which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 1;boolean hasRegex()
Regular expression which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 2;CustomInfoType.Regex getRegex()
Regular expression which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 2;CustomInfoType.RegexOrBuilder getRegexOrBuilder()
Regular expression which defines the rule.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 2;boolean hasExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
.google.privacy.dlp.v2.ExcludeInfoTypes exclude_info_types = 3;ExcludeInfoTypes getExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
.google.privacy.dlp.v2.ExcludeInfoTypes exclude_info_types = 3;ExcludeInfoTypesOrBuilder getExcludeInfoTypesOrBuilder()
Set of infoTypes for which findings would affect this rule.
.google.privacy.dlp.v2.ExcludeInfoTypes exclude_info_types = 3;int getMatchingTypeValue()
How the rule is applied, see MatchingType documentation for details.
.google.privacy.dlp.v2.MatchingType matching_type = 4;MatchingType getMatchingType()
How the rule is applied, see MatchingType documentation for details.
.google.privacy.dlp.v2.MatchingType matching_type = 4;ExclusionRule.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.