Class: Google::Privacy::Dlp::V2::LargeCustomDictionaryConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#big_query_fieldGoogle::Privacy::Dlp::V2::BigQueryField

Returns Field in a BigQuery table where each cell represents a dictionary phrase.

Returns:



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class LargeCustomDictionaryConfig; end

#cloud_storage_file_setGoogle::Privacy::Dlp::V2::CloudStorageFileSet

Returns Set of files containing newline-delimited lists of dictionary phrases.

Returns:



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class LargeCustomDictionaryConfig; end

#output_pathGoogle::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.

Returns:

  • (Google::Privacy::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.



2234
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2234

class LargeCustomDictionaryConfig; end