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 Returns
- (::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 Parameter
- value (::Google::Cloud::Dlp::V2::BigQueryField) — Field in a BigQuery table where each cell represents a dictionary phrase.
Returns
- (::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 Returns
- (::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 Parameter
- value (::Google::Cloud::Dlp::V2::CloudStorageFileSet) — Set of files containing newline-delimited lists of dictionary phrases.
Returns
- (::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 Returns
- (::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 Parameter
- 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.
Returns
- (::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.