View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig (google_api_dlp v0.45.0)

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits page. The artifacts of dictionary creation are stored in the specified Cloud Storage location. Consider using CustomInfoType.Dictionary for smaller dictionaries that satisfy the size requirements.

Attributes

  • bigQueryField (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryField.t, default: nil) - Field in a BigQuery table where each cell represents a dictionary phrase.
  • cloudStorageFileSet (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageFileSet.t, default: nil) - Set of files containing newline-delimited lists of dictionary phrases.
  • outputPath (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStoragePath.t, default: nil) - Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig{
  bigQueryField:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryField.t() | nil,
  cloudStorageFileSet:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageFileSet.t() | nil,
  outputPath:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStoragePath.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.