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 |
|
---|---|
Name | Description |
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 .
|
file_store_profile |
google.cloud.dlp_v2.types.FileStoreDataProfile
File store data profile column. This field is a member of oneof _ data_profile .
|