public interface RecordSuppressionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;