GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LargeCustomDictionaryConfig (google_api_dlp v0.41.0) View Source
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 Google 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 Google 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.