pub struct GooglePrivacyDlpV2LargeCustomDictionaryConfig {
pub big_query_field: Option<GooglePrivacyDlpV2BigQueryField>,
pub cloud_storage_file_set: Option<GooglePrivacyDlpV2CloudStorageFileSet>,
pub output_path: Option<GooglePrivacyDlpV2CloudStoragePath>,
}Expand description
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.
This type is not used in any activity, and only used as part of another schema.
Fields§
§big_query_field: Option<GooglePrivacyDlpV2BigQueryField>Field in a BigQuery table where each cell represents a dictionary phrase.
cloud_storage_file_set: Option<GooglePrivacyDlpV2CloudStorageFileSet>Set of files containing newline-delimited lists of dictionary phrases.
output_path: Option<GooglePrivacyDlpV2CloudStoragePath>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.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2LargeCustomDictionaryConfig
impl Clone for GooglePrivacyDlpV2LargeCustomDictionaryConfig
Source§fn clone(&self) -> GooglePrivacyDlpV2LargeCustomDictionaryConfig
fn clone(&self) -> GooglePrivacyDlpV2LargeCustomDictionaryConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more