Class TransformationLocation (3.9.0)

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

Specifies the location of a transformation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
finding_id str
For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated. Each findings ID correlates to an entry in the findings output table, this table only gets created when users specify to save findings (add the save findings action to the request). This field is a member of `oneof`_ ``location_type``.
record_transformation google.cloud.dlp_v2.types.RecordTransformation
For record transformations, provide a field and container information. This field is a member of `oneof`_ ``location_type``.
container_type google.cloud.dlp_v2.types.TransformationContainerType
Information about the functionality of the container where this finding occurred, if available.

Inheritance

builtins.object > proto.message.Message > TransformationLocation