Class CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder (3.80.0)
public static final class CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder extends GeneratedMessageV3.Builder<CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder> implements CustomInfoType.DetectionRule.LikelihoodAdjustmentOrBuilder
Message for specifying an adjustment to the likelihood of a finding as
part of a detection rule.
Protobuf type
google.privacy.dlp.v2.CustomInfoType.DetectionRule.LikelihoodAdjustment
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CustomInfoType.DetectionRule.LikelihoodAdjustment build()
buildPartial()
public CustomInfoType.DetectionRule.LikelihoodAdjustment buildPartial()
clear()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clear()
Overrides
clearAdjustment()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clearAdjustment()
clearField(Descriptors.FieldDescriptor field)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFixedLikelihood()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clearFixedLikelihood()
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRelativeLikelihood()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clearRelativeLikelihood()
Increase or decrease the likelihood by the specified number of
levels. For example, if a finding would be POSSIBLE
without the
detection rule and relative_likelihood
is 1, then it is upgraded to
LIKELY
, while a value of -1 would downgrade it to UNLIKELY
.
Likelihood may never drop below VERY_UNLIKELY
or exceed
VERY_LIKELY
, so applying an adjustment of 1 followed by an
adjustment of -1 when base likelihood is VERY_LIKELY
will result in
a final likelihood of LIKELY
.
int32 relative_likelihood = 2;
clone()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder clone()
Overrides
getAdjustmentCase()
public CustomInfoType.DetectionRule.LikelihoodAdjustment.AdjustmentCase getAdjustmentCase()
getDefaultInstanceForType()
public CustomInfoType.DetectionRule.LikelihoodAdjustment getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFixedLikelihood()
public Likelihood getFixedLikelihood()
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
Returns |
Type |
Description |
Likelihood |
The fixedLikelihood.
|
getFixedLikelihoodValue()
public int getFixedLikelihoodValue()
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for fixedLikelihood.
|
getRelativeLikelihood()
public int getRelativeLikelihood()
Increase or decrease the likelihood by the specified number of
levels. For example, if a finding would be POSSIBLE
without the
detection rule and relative_likelihood
is 1, then it is upgraded to
LIKELY
, while a value of -1 would downgrade it to UNLIKELY
.
Likelihood may never drop below VERY_UNLIKELY
or exceed
VERY_LIKELY
, so applying an adjustment of 1 followed by an
adjustment of -1 when base likelihood is VERY_LIKELY
will result in
a final likelihood of LIKELY
.
int32 relative_likelihood = 2;
Returns |
Type |
Description |
int |
The relativeLikelihood.
|
hasFixedLikelihood()
public boolean hasFixedLikelihood()
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
Returns |
Type |
Description |
boolean |
Whether the fixedLikelihood field is set.
|
hasRelativeLikelihood()
public boolean hasRelativeLikelihood()
Increase or decrease the likelihood by the specified number of
levels. For example, if a finding would be POSSIBLE
without the
detection rule and relative_likelihood
is 1, then it is upgraded to
LIKELY
, while a value of -1 would downgrade it to UNLIKELY
.
Likelihood may never drop below VERY_UNLIKELY
or exceed
VERY_LIKELY
, so applying an adjustment of 1 followed by an
adjustment of -1 when base likelihood is VERY_LIKELY
will result in
a final likelihood of LIKELY
.
int32 relative_likelihood = 2;
Returns |
Type |
Description |
boolean |
Whether the relativeLikelihood field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CustomInfoType.DetectionRule.LikelihoodAdjustment other)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder mergeFrom(CustomInfoType.DetectionRule.LikelihoodAdjustment other)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFixedLikelihood(Likelihood value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setFixedLikelihood(Likelihood value)
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
Parameter |
Name |
Description |
value |
Likelihood
The fixedLikelihood to set.
|
setFixedLikelihoodValue(int value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setFixedLikelihoodValue(int value)
Set the likelihood of a finding to a fixed value.
.google.privacy.dlp.v2.Likelihood fixed_likelihood = 1;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for fixedLikelihood to set.
|
setRelativeLikelihood(int value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setRelativeLikelihood(int value)
Increase or decrease the likelihood by the specified number of
levels. For example, if a finding would be POSSIBLE
without the
detection rule and relative_likelihood
is 1, then it is upgraded to
LIKELY
, while a value of -1 would downgrade it to UNLIKELY
.
Likelihood may never drop below VERY_UNLIKELY
or exceed
VERY_LIKELY
, so applying an adjustment of 1 followed by an
adjustment of -1 when base likelihood is VERY_LIKELY
will result in
a final likelihood of LIKELY
.
int32 relative_likelihood = 2;
Parameter |
Name |
Description |
value |
int
The relativeLikelihood to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CustomInfoType.DetectionRule.LikelihoodAdjustment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]