View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryBigQueryFilter (google_api_dlp v0.51.0)

Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, dataset ID, and table ID.

Attributes

  • otherTables (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AllOtherBigQueryTables.t, default: nil) - Catch-all. This should always be the last filter 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.
  • tableReference (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableReference.t, default: nil) - The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference).
  • tables (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTableCollection.t, default: nil) - A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryBigQueryFilter{
  otherTables:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AllOtherBigQueryTables.t() | nil,
  tableReference:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableReference.t() | nil,
  tables:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTableCollection.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.