BigQueryDiscoveryTarget(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Target used to match against for discovery with BigQuery tables
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 |
filter |
google.cloud.dlp_v2.types.DiscoveryBigQueryFilter
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table. |
conditions |
google.cloud.dlp_v2.types.DiscoveryBigQueryConditions
In addition to matching the filter, these conditions must be true before a profile is generated. |
cadence |
google.cloud.dlp_v2.types.DiscoveryGenerationCadence
How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity. This field is a member of oneof _ frequency .
|
disabled |
google.cloud.dlp_v2.types.Disabled
Tables that match this filter will not have profiles created. This field is a member of oneof _ frequency .
|