Class TransformationDetailsStorageConfig (3.9.0)

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

Attribute

NameDescription
table google.cloud.dlp_v2.types.BigQueryTable
The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details. This field is a member of `oneof`_ ``type``.

Inheritance

builtins.object > proto.message.Message > TransformationDetailsStorageConfig