public enum FindingsRefinementType extends Enum<FindingsRefinementType> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DETECTION_EXCLUSION |
Indicates that the findings refinement is a detection exclusion and should exclude matching detections. |
DETECTION_EXCLUSION_VALUE |
Indicates that the findings refinement is a detection exclusion and should exclude matching detections. |
FINDINGS_REFINEMENT_TYPE_UNSPECIFIED |
The findings refinement type is unspecified. |
FINDINGS_REFINEMENT_TYPE_UNSPECIFIED_VALUE |
The findings refinement type is unspecified. |
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() |
|