Class: Google::Privacy::Dlp::V2::RecordTransformations
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::RecordTransformations
- Defined in:
- lib/google/cloud/dlp/v2/doc/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::Privacy::Dlp::V2::FieldTransformation>
Transform the record by applying various field transformations.
-
#record_suppressions ⇒ Array<Google::Privacy::Dlp::V2::RecordSuppression>
Configuration defining which records get suppressed entirely.
Instance Attribute Details
#field_transformations ⇒ Array<Google::Privacy::Dlp::V2::FieldTransformation>
Returns Transform the record by applying various field transformations.
1342 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1342 class RecordTransformations; end |
#record_suppressions ⇒ Array<Google::Privacy::Dlp::V2::RecordSuppression>
Returns Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output [optional].
1342 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1342 class RecordTransformations; end |