Class Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig (v0.8.1)

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

#big_query_field=

def big_query_field=(value) -> ::Google::Cloud::Dlp::V2::BigQueryField
Parameter
Returns

#cloud_storage_file_set

def cloud_storage_file_set() -> ::Google::Cloud::Dlp::V2::CloudStorageFileSet
Returns

#cloud_storage_file_set=

def cloud_storage_file_set=(value) -> ::Google::Cloud::Dlp::V2::CloudStorageFileSet
Parameter
Returns

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