Class: Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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 Cloud Storage
location. Consider using CustomInfoType.Dictionary
for smaller dictionaries
that satisfy the size requirements.
Instance Attribute Summary collapse
-
#big_query_field ⇒ ::Google::Cloud::Dlp::V2::BigQueryField
Field in a BigQuery table where each cell represents a dictionary phrase.
-
#cloud_storage_file_set ⇒ ::Google::Cloud::Dlp::V2::CloudStorageFileSet
Set of files containing newline-delimited lists of dictionary phrases.
-
#output_path ⇒ ::Google::Cloud::Dlp::V2::CloudStoragePath
Location to store dictionary artifacts in Cloud Storage.
Instance Attribute Details
#big_query_field ⇒ ::Google::Cloud::Dlp::V2::BigQueryField
Returns Field in a BigQuery table where each cell represents a dictionary phrase.
5687 5688 5689 5690 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5687 class LargeCustomDictionaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_storage_file_set ⇒ ::Google::Cloud::Dlp::V2::CloudStorageFileSet
Returns Set of files containing newline-delimited lists of dictionary phrases.
5687 5688 5689 5690 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5687 class LargeCustomDictionaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_path ⇒ ::Google::Cloud::Dlp::V2::CloudStoragePath
Returns 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.
5687 5688 5689 5690 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5687 class LargeCustomDictionaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |