Class: Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig

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

Instance Attribute Details

#big_query_field::Google::Cloud::Dlp::V2::BigQueryField

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

Returns:



4803
4804
4805
4806
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4803

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.

Returns:



4803
4804
4805
4806
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4803

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.

Returns:

  • (::Google::Cloud::Dlp::V2::CloudStoragePath)

    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.



4803
4804
4805
4806
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4803

class LargeCustomDictionaryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end