public static interface DataProfilePubSubCondition.PubSubConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataProfilePubSubCondition.ProfileScoreBucket |
getMinimumRiskScore()
The minimum data risk score that triggers the condition.
|
int |
getMinimumRiskScoreValue()
The minimum data risk score that triggers the condition.
|
DataProfilePubSubCondition.ProfileScoreBucket |
getMinimumSensitivityScore()
The minimum sensitivity level that triggers the condition.
|
int |
getMinimumSensitivityScoreValue()
The minimum sensitivity level that triggers the condition.
|
DataProfilePubSubCondition.PubSubCondition.ValueCase |
getValueCase() |
boolean |
hasMinimumRiskScore()
The minimum data risk score that triggers the condition.
|
boolean |
hasMinimumSensitivityScore()
The minimum sensitivity level that triggers the condition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMinimumRiskScore()
The minimum data risk score that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_risk_score = 1;
int getMinimumRiskScoreValue()
The minimum data risk score that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_risk_score = 1;
DataProfilePubSubCondition.ProfileScoreBucket getMinimumRiskScore()
The minimum data risk score that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_risk_score = 1;
boolean hasMinimumSensitivityScore()
The minimum sensitivity level that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_sensitivity_score = 2;
int getMinimumSensitivityScoreValue()
The minimum sensitivity level that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_sensitivity_score = 2;
DataProfilePubSubCondition.ProfileScoreBucket getMinimumSensitivityScore()
The minimum sensitivity level that triggers the condition.
.google.privacy.dlp.v2.DataProfilePubSubCondition.ProfileScoreBucket minimum_sensitivity_score = 2;
DataProfilePubSubCondition.PubSubCondition.ValueCase getValueCase()
Copyright © 2022 Google LLC. All rights reserved.