public sealed class LargeCustomDictionaryConfig : IMessage<LargeCustomDictionaryConfig>, IEquatable<LargeCustomDictionaryConfig>, IDeepCloneable<LargeCustomDictionaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class 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.
Implements
IMessage LargeCustomDictionaryConfig , IEquatable LargeCustomDictionaryConfig , IDeepCloneable LargeCustomDictionaryConfig , IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
LargeCustomDictionaryConfig()
public LargeCustomDictionaryConfig()
LargeCustomDictionaryConfig(LargeCustomDictionaryConfig)
public LargeCustomDictionaryConfig(LargeCustomDictionaryConfig other)
Properties
BigQueryField
public BigQueryField BigQueryField { get; set; }
Field in a BigQuery table where each cell represents a dictionary phrase.
CloudStorageFileSet
public CloudStorageFileSet CloudStorageFileSet { get; set; }
Set of files containing newline-delimited lists of dictionary phrases.
OutputPath
public CloudStoragePath OutputPath { get; set; }
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.
SourceCase
public LargeCustomDictionaryConfig.SourceOneofCase SourceCase { get; }