Class: Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#collection::Google::Cloud::Dlp::V2::DatabaseResourceCollection

Returns A specific set of database resources for this filter to apply to.

Returns:



4496
4497
4498
4499
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4496

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).

Returns:



4496
4497
4498
4499
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4496

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.

Returns:

  • (::Google::Cloud::Dlp::V2::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.



4496
4497
4498
4499
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4496

class DiscoveryCloudSqlFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end