Class TransformationSummary (2.0.1)

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

Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.

Attributes

NameDescription
info_type `.storage.InfoType`
Set if the transformation was limited to a specific InfoType.
field `.storage.FieldId`
Set if the transformation was limited to a specific FieldId.
transformation `.dlp.PrimitiveTransformation`
The specific transformation these stats apply to.
field_transformations Sequence[`.dlp.FieldTransformation`]
The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
record_suppress `.dlp.RecordSuppression`
The specific suppression option these stats apply to.
results Sequence[`.dlp.TransformationSummary.SummaryResult`]
Collection of all transformations that took place or had an error.
transformed_bytes int
Total size in bytes that were transformed in some way.

Inheritance

builtins.object > proto.message.Message > TransformationSummary

Classes

SummaryResult

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

A collection that informs the user the number of times a particular TransformationResultCode and error details occurred.

TransformationResultCode

TransformationResultCode(value)

Possible outcomes of transformations.