Class RecordTransformations (2.0.1)

RecordTransformations(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A type of transformation that is applied over structured data such as a table.

Attributes

NameDescription
field_transformations Sequence[`.dlp.FieldTransformation`]
Transform the record by applying various field transformations.
record_suppressions Sequence[`.dlp.RecordSuppression`]
Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

Inheritance

builtins.object > proto.message.Message > RecordTransformations