Class LargeCustomDictionaryConfig (3.9.1)

LargeCustomDictionaryConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits <https://cloud.google.com/dlp/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.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
output_path google.cloud.dlp_v2.types.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.
cloud_storage_file_set google.cloud.dlp_v2.types.CloudStorageFileSet
Set of files containing newline-delimited lists of dictionary phrases. This field is a member of `oneof`_ ``source``.
big_query_field google.cloud.dlp_v2.types.BigQueryField
Field in a BigQuery table where each cell represents a dictionary phrase. This field is a member of `oneof`_ ``source``.

Inheritance

builtins.object > proto.message.Message > LargeCustomDictionaryConfig