Enum CustomInfoType.ExclusionType (3.5.0)

public enum CustomInfoType.ExclusionType extends Enum<CustomInfoType.ExclusionType> implements ProtocolMessageEnum

Protobuf enum google.privacy.dlp.v2.CustomInfoType.ExclusionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 1;

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_EXCLUDE = 1;

EXCLUSION_TYPE_UNSPECIFIED

A finding of this custom info type will not be excluded from results.

EXCLUSION_TYPE_UNSPECIFIED = 0;

EXCLUSION_TYPE_UNSPECIFIED_VALUE

A finding of this custom info type will not be excluded from results.

EXCLUSION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()