public interface RecordSuppressionOrBuilder
extends com.google.protobuf.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, hasOneofboolean 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;Copyright © 2022 Google LLC. All rights reserved.