public enum CustomInfoType.ExclusionType extends Enum<CustomInfoType.ExclusionType> implements ProtocolMessageEnum
Type of exclusion rule.
Protobuf enum google.privacy.dlp.v2.CustomInfoType.ExclusionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXCLUSION_TYPE_EXCLUDE |
A finding of this custom info type will be excluded from final results, but can still affect rule execution. |
EXCLUSION_TYPE_EXCLUDE_VALUE |
A finding of this custom info type will be excluded from final results, but can still affect rule execution. |
EXCLUSION_TYPE_UNSPECIFIED |
A finding of this custom info type will not be excluded from results. |
EXCLUSION_TYPE_UNSPECIFIED_VALUE |
A finding of this custom info type will not be excluded from results. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |