Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#big_query_field
def big_query_field() -> ::Google::Cloud::Dlp::V2::BigQueryField
- (::Google::Cloud::Dlp::V2::BigQueryField) — Field in a BigQuery table where each cell represents a dictionary phrase.
#big_query_field=
def big_query_field=(value) -> ::Google::Cloud::Dlp::V2::BigQueryField
- value (::Google::Cloud::Dlp::V2::BigQueryField) — Field in a BigQuery table where each cell represents a dictionary phrase.
- (::Google::Cloud::Dlp::V2::BigQueryField) — Field in a BigQuery table where each cell represents a dictionary phrase.
#cloud_storage_file_set
def cloud_storage_file_set() -> ::Google::Cloud::Dlp::V2::CloudStorageFileSet
- (::Google::Cloud::Dlp::V2::CloudStorageFileSet) — Set of files containing newline-delimited lists of dictionary phrases.
#cloud_storage_file_set=
def cloud_storage_file_set=(value) -> ::Google::Cloud::Dlp::V2::CloudStorageFileSet
- value (::Google::Cloud::Dlp::V2::CloudStorageFileSet) — Set of files containing newline-delimited lists of dictionary phrases.
- (::Google::Cloud::Dlp::V2::CloudStorageFileSet) — Set of files containing newline-delimited lists of dictionary phrases.
#output_path
def output_path() -> ::Google::Cloud::Dlp::V2::CloudStoragePath
- (::Google::Cloud::Dlp::V2::CloudStoragePath) — 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.
#output_path=
def output_path=(value) -> ::Google::Cloud::Dlp::V2::CloudStoragePath
- value (::Google::Cloud::Dlp::V2::CloudStoragePath) — 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.
- (::Google::Cloud::Dlp::V2::CloudStoragePath) — 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.