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.

Note: The following fields are mutually exclusive: big_query_field, cloud_storage_file_set. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

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

    Note: The following fields are mutually exclusive: big_query_field, cloud_storage_file_set. If a field in that set is populated, all other fields in the set will automatically be cleared.



6285
6286
6287
6288
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6285

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.

Note: The following fields are mutually exclusive: cloud_storage_file_set, big_query_field. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

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

    Note: The following fields are mutually exclusive: cloud_storage_file_set, big_query_field. If a field in that set is populated, all other fields in the set will automatically be cleared.



6285
6286
6287
6288
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6285

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.



6285
6286
6287
6288
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6285

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