Package com.google.privacy.dlp.v2
Interface RecordSuppressionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordSuppression
,RecordSuppression.Builder
public interface RecordSuppressionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordCondition
getCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.RecordConditionOrBuilder
getConditionOrBuilder()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.boolean
hasCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCondition
boolean hasCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
.google.privacy.dlp.v2.RecordCondition condition = 1;
- Returns:
- Whether the condition field is set.
-
getCondition
RecordCondition getCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
.google.privacy.dlp.v2.RecordCondition condition = 1;
- Returns:
- The condition.
-
getConditionOrBuilder
RecordConditionOrBuilder getConditionOrBuilder()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
.google.privacy.dlp.v2.RecordCondition condition = 1;
-
-