static Likelihood |
Likelihood.forNumber(int value) |
|
Likelihood |
CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder.getFixedLikelihood() |
Set the likelihood of a finding to a fixed value.
|
Likelihood |
CustomInfoType.DetectionRule.LikelihoodAdjustment.getFixedLikelihood() |
Set the likelihood of a finding to a fixed value.
|
Likelihood |
CustomInfoType.DetectionRule.LikelihoodAdjustmentOrBuilder.getFixedLikelihood() |
Set the likelihood of a finding to a fixed value.
|
Likelihood |
CustomInfoType.Builder.getLikelihood() |
Likelihood to return for this CustomInfoType.
|
Likelihood |
CustomInfoType.getLikelihood() |
Likelihood to return for this CustomInfoType.
|
Likelihood |
CustomInfoTypeOrBuilder.getLikelihood() |
Likelihood to return for this CustomInfoType.
|
Likelihood |
Finding.Builder.getLikelihood() |
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
Finding.getLikelihood() |
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
FindingOrBuilder.getLikelihood() |
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
InspectConfig.Builder.getMinLikelihood() |
Only returns findings equal or above this threshold.
|
Likelihood |
InspectConfig.getMinLikelihood() |
Only returns findings equal or above this threshold.
|
Likelihood |
InspectConfigOrBuilder.getMinLikelihood() |
Only returns findings equal or above this threshold.
|
static Likelihood |
Likelihood.valueOf(int value) |
Deprecated.
|
static Likelihood |
Likelihood.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Likelihood |
Likelihood.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Likelihood[] |
Likelihood.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|