Class TransformationDetails (3.9.1)

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

Details about a single transformation. This object contains a description of the transformation, information about whether the transformation was successfully applied, and the precise location where the transformation occurred. These details are stored in a user-specified BigQuery table.

Attributes

NameDescription
resource_name str
The name of the job that completed the transformation.
container_name str
The top level name of the container where the transformation is located (this will be the source file name or table name).
transformation Sequence[google.cloud.dlp_v2.types.TransformationDescription]
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
status_details google.cloud.dlp_v2.types.TransformationResultStatus
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
transformed_bytes int
The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
transformation_location google.cloud.dlp_v2.types.TransformationLocation
The precise location of the transformed content in the original container.

Inheritance

builtins.object > proto.message.Message > TransformationDetails