View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTarget (google_api_dlp v0.46.0)

Target used to match against for Discovery.

Attributes

  • bigQueryTarget (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryDiscoveryTarget.t, default: nil) - BigQuery target for Discovery. The first target to match a table will be the one applied.
  • cloudSqlTarget (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.t, default: nil) - Cloud SQL target for Discovery. The first target to match a table will be the one applied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTarget{
  bigQueryTarget:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryDiscoveryTarget.t() | nil,
  cloudSqlTarget:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.