Class: Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
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.
Instance Attribute Summary collapse
-
#collection ⇒ ::Google::Cloud::Dlp::V2::DatabaseResourceCollection
A specific set of database resources for this filter to apply to.
-
#database_resource_reference ⇒ ::Google::Cloud::Dlp::V2::DatabaseResourceReference
The database resource to scan.
-
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherDatabaseResources
Catch-all.
Instance Attribute Details
#collection ⇒ ::Google::Cloud::Dlp::V2::DatabaseResourceCollection
Returns A specific set of database resources for this filter to apply to.
4653 4654 4655 4656 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4653 class DiscoveryCloudSqlFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_resource_reference ⇒ ::Google::Cloud::Dlp::V2::DatabaseResourceReference
Returns The database resource to scan. Targets including this can only include one target (the target with this database resource reference).
4653 4654 4655 4656 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4653 class DiscoveryCloudSqlFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherDatabaseResources
Returns 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.
4653 4654 4655 4656 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4653 class DiscoveryCloudSqlFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |