Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::RecordSuppression.
Configuration to suppress records whose suppression conditions evaluate to true.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
def condition() -> ::Google::Cloud::Dlp::V2::RecordCondition
Returns
- (::Google::Cloud::Dlp::V2::RecordCondition) — A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
#condition=
def condition=(value) -> ::Google::Cloud::Dlp::V2::RecordCondition
Parameter
- value (::Google::Cloud::Dlp::V2::RecordCondition) — A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
Returns
- (::Google::Cloud::Dlp::V2::RecordCondition) — A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.