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.

Note: The following fields are mutually exclusive: collection, others, database_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::DatabaseResourceCollection)

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

    Note: The following fields are mutually exclusive: collection, others, database_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.



5086
5087
5088
5089
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5086

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

Note: The following fields are mutually exclusive: database_resource_reference, collection, others. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::DatabaseResourceReference)

    The database resource to scan. Targets including this can only include one target (the target with this database resource reference).

    Note: The following fields are mutually exclusive: database_resource_reference, collection, others. If a field in that set is populated, all other fields in the set will automatically be cleared.



5086
5087
5088
5089
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5086

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.

Note: The following fields are mutually exclusive: others, collection, database_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.

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.

    Note: The following fields are mutually exclusive: others, collection, database_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.



5086
5087
5088
5089
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5086

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