| Modifier and Type | Method and Description |
|---|---|
static Likelihood |
Likelihood.forNumber(int value) |
Likelihood |
CustomInfoType.DetectionRule.LikelihoodAdjustmentOrBuilder.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.LikelihoodAdjustment.Builder.getFixedLikelihood()
Set the likelihood of a finding to a fixed value.
|
Likelihood |
Finding.getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
Finding.Builder.getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
CustomInfoType.getLikelihood()
Likelihood to return for this CustomInfoType.
|
Likelihood |
CustomInfoType.Builder.getLikelihood()
Likelihood to return for this CustomInfoType.
|
Likelihood |
FindingOrBuilder.getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
Likelihood |
CustomInfoTypeOrBuilder.getLikelihood()
Likelihood to return for this CustomInfoType.
|
Likelihood |
InspectConfig.getMinLikelihood()
Only returns findings equal or above this threshold.
|
Likelihood |
InspectConfig.Builder.getMinLikelihood()
Only returns findings equal or above this threshold.
|
Likelihood |
InspectConfigOrBuilder.getMinLikelihood()
Only returns findings equal or above this threshold.
|
static Likelihood |
Likelihood.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Likelihood |
Likelihood.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Likelihood> |
Likelihood.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder |
CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder.setFixedLikelihood(Likelihood value)
Set the likelihood of a finding to a fixed value.
|
Finding.Builder |
Finding.Builder.setLikelihood(Likelihood value)
Confidence of how likely it is that the `info_type` is correct.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setLikelihood(Likelihood value)
Likelihood to return for this CustomInfoType.
|
InspectConfig.Builder |
InspectConfig.Builder.setMinLikelihood(Likelihood value)
Only returns findings equal or above this threshold.
|
Copyright © 2022 Google LLC. All rights reserved.