Class DataProfileBigQueryRowSchema (3.14.0)

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

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

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
table_profile google.cloud.dlp_v2.types.TableDataProfile
Table data profile column This field is a member of oneof_ data_profile.
column_profile google.cloud.dlp_v2.types.ColumnDataProfile
Column data profile column This field is a member of oneof_ data_profile.