Interface AdjustmentRuleOrBuilder (3.92.0)

public interface AdjustmentRuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdjustByImageFindings()

public abstract AdjustByImageFindings getAdjustByImageFindings()

AdjustmentRule condition for image findings.

.google.privacy.dlp.v2.AdjustByImageFindings adjust_by_image_findings = 3;

Returns
Type Description
AdjustByImageFindings

The adjustByImageFindings.

getAdjustByImageFindingsOrBuilder()

public abstract AdjustByImageFindingsOrBuilder getAdjustByImageFindingsOrBuilder()

AdjustmentRule condition for image findings.

.google.privacy.dlp.v2.AdjustByImageFindings adjust_by_image_findings = 3;

Returns
Type Description
AdjustByImageFindingsOrBuilder

getAdjustByMatchingInfoTypes()

public abstract AdjustByMatchingInfoTypes getAdjustByMatchingInfoTypes()

Set of infoTypes for which findings would affect this rule.

.google.privacy.dlp.v2.AdjustByMatchingInfoTypes adjust_by_matching_info_types = 1;

Returns
Type Description
AdjustByMatchingInfoTypes

The adjustByMatchingInfoTypes.

getAdjustByMatchingInfoTypesOrBuilder()

public abstract AdjustByMatchingInfoTypesOrBuilder getAdjustByMatchingInfoTypesOrBuilder()

Set of infoTypes for which findings would affect this rule.

.google.privacy.dlp.v2.AdjustByMatchingInfoTypes adjust_by_matching_info_types = 1;

Returns
Type Description
AdjustByMatchingInfoTypesOrBuilder

getConditionsCase()

public abstract AdjustmentRule.ConditionsCase getConditionsCase()
Returns
Type Description
AdjustmentRule.ConditionsCase

getLikelihoodAdjustment()

public abstract CustomInfoType.DetectionRule.LikelihoodAdjustment getLikelihoodAdjustment()

Likelihood adjustment to apply to the infoType.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.LikelihoodAdjustment likelihood_adjustment = 2;

Returns
Type Description
CustomInfoType.DetectionRule.LikelihoodAdjustment

The likelihoodAdjustment.

getLikelihoodAdjustmentOrBuilder()

public abstract CustomInfoType.DetectionRule.LikelihoodAdjustmentOrBuilder getLikelihoodAdjustmentOrBuilder()

Likelihood adjustment to apply to the infoType.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.LikelihoodAdjustment likelihood_adjustment = 2;

Returns
Type Description
CustomInfoType.DetectionRule.LikelihoodAdjustmentOrBuilder

hasAdjustByImageFindings()

public abstract boolean hasAdjustByImageFindings()

AdjustmentRule condition for image findings.

.google.privacy.dlp.v2.AdjustByImageFindings adjust_by_image_findings = 3;

Returns
Type Description
boolean

Whether the adjustByImageFindings field is set.

hasAdjustByMatchingInfoTypes()

public abstract boolean hasAdjustByMatchingInfoTypes()

Set of infoTypes for which findings would affect this rule.

.google.privacy.dlp.v2.AdjustByMatchingInfoTypes adjust_by_matching_info_types = 1;

Returns
Type Description
boolean

Whether the adjustByMatchingInfoTypes field is set.

hasLikelihoodAdjustment()

public abstract boolean hasLikelihoodAdjustment()

Likelihood adjustment to apply to the infoType.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.LikelihoodAdjustment likelihood_adjustment = 2;

Returns
Type Description
boolean

Whether the likelihoodAdjustment field is set.