Class: Google::Privacy::Dlp::V2::LargeCustomDictionaryConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::LargeCustomDictionaryConfig
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
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.
Instance Attribute Summary collapse
-
#big_query_field ⇒ Google::Privacy::Dlp::V2::BigQueryField
Field in a BigQuery table where each cell represents a dictionary phrase.
-
#cloud_storage_file_set ⇒ Google::Privacy::Dlp::V2::CloudStorageFileSet
Set of files containing newline-delimited lists of dictionary phrases.
-
#output_path ⇒ Google::Privacy::Dlp::V2::CloudStoragePath
Location to store dictionary artifacts in Google Cloud Storage.
Instance Attribute Details
#big_query_field ⇒ Google::Privacy::Dlp::V2::BigQueryField
Returns Field in a BigQuery table where each cell represents a dictionary phrase.
2234 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234 class LargeCustomDictionaryConfig; end |
#cloud_storage_file_set ⇒ Google::Privacy::Dlp::V2::CloudStorageFileSet
Returns Set of files containing newline-delimited lists of dictionary phrases.
2234 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234 class LargeCustomDictionaryConfig; end |
#output_path ⇒ Google::Privacy::Dlp::V2::CloudStoragePath
Returns 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.
2234 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234 class LargeCustomDictionaryConfig; end |