Enum FindingsRefinementType (0.33.0)

public enum FindingsRefinementType extends Enum<FindingsRefinementType> implements ProtocolMessageEnum

The type of findings refinement, which determines what the findings refinement runs over and the mechanism by which it runs.

Protobuf enum google.cloud.chronicle.v1.FindingsRefinementType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DETECTION_EXCLUSION

Indicates that the findings refinement is a detection exclusion and should exclude matching detections.

DETECTION_EXCLUSION = 1;

DETECTION_EXCLUSION_VALUE

Indicates that the findings refinement is a detection exclusion and should exclude matching detections.

DETECTION_EXCLUSION = 1;

FINDINGS_REFINEMENT_TYPE_UNSPECIFIED

The findings refinement type is unspecified.

FINDINGS_REFINEMENT_TYPE_UNSPECIFIED = 0;

FINDINGS_REFINEMENT_TYPE_UNSPECIFIED_VALUE

The findings refinement type is unspecified.

FINDINGS_REFINEMENT_TYPE_UNSPECIFIED = 0;

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()