Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter (v1.7.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#collection

def collection() -> ::Google::Cloud::Dlp::V2::DatabaseResourceCollection
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.

#collection=

def collection=(value) -> ::Google::Cloud::Dlp::V2::DatabaseResourceCollection
Parameter
  • value (::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.

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.

#database_resource_reference

def database_resource_reference() -> ::Google::Cloud::Dlp::V2::DatabaseResourceReference
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.

#database_resource_reference=

def database_resource_reference=(value) -> ::Google::Cloud::Dlp::V2::DatabaseResourceReference
Parameter
  • value (::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.

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.

#others

def others() -> ::Google::Cloud::Dlp::V2::AllOtherDatabaseResources
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.

#others=

def others=(value) -> ::Google::Cloud::Dlp::V2::AllOtherDatabaseResources
Parameter
  • value (::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.

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.