Class: Google::Cloud::Dlp::V2::RecordTransformations
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::RecordTransformations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A type of transformation that is applied over structured data such as a table.
Instance Attribute Summary collapse
-
#field_transformations ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Transform the record by applying various field transformations.
-
#record_suppressions ⇒ ::Array<::Google::Cloud::Dlp::V2::RecordSuppression>
Configuration defining which records get suppressed entirely.
Instance Attribute Details
#field_transformations ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Returns Transform the record by applying various field transformations.
2873 2874 2875 2876 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2873 class RecordTransformations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_suppressions ⇒ ::Array<::Google::Cloud::Dlp::V2::RecordSuppression>
Returns Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.
2873 2874 2875 2876 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2873 class RecordTransformations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |