Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig (v0.24.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::LargeCustomDictionaryConfig.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#big_query_field

defbig_query_field()->::Google::Cloud::Dlp::V2::BigQueryField
Returns

#big_query_field=

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

#cloud_storage_file_set

defcloud_storage_file_set()->::Google::Cloud::Dlp::V2::CloudStorageFileSet
Returns

#cloud_storage_file_set=

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

#output_path

defoutput_path()->::Google::Cloud::Dlp::V2::CloudStoragePath
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.

#output_path=

defoutput_path=(value)->::Google::Cloud::Dlp::V2::CloudStoragePath
Parameter
  • value (::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.
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.