Class DiscoveryCloudSqlFilter (3.18.0)

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

Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, location, instance, database, and database resource name.

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
collection google.cloud.dlp_v2.types.DatabaseResourceCollection
A specific set of database resources for this filter to apply to. This field is a member of oneof_ filter.
others google.cloud.dlp_v2.types.AllOtherDatabaseResources
Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically. This field is a member of oneof_ filter.
database_resource_reference google.cloud.dlp_v2.types.DatabaseResourceReference
The database resource to scan. Targets including this can only include one target (the target with this database resource reference). This field is a member of oneof_ filter.