Class LargeCustomDictionaryConfig (3.2.0)

public sealed class LargeCustomDictionaryConfig : IMessage<LargeCustomDictionaryConfig>, IEquatable<LargeCustomDictionaryConfig>, IDeepCloneable<LargeCustomDictionaryConfig>, IBufferMessage, IMessage

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.

Inheritance

Object > LargeCustomDictionaryConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

LargeCustomDictionaryConfig()

public LargeCustomDictionaryConfig()

LargeCustomDictionaryConfig(LargeCustomDictionaryConfig)

public LargeCustomDictionaryConfig(LargeCustomDictionaryConfig other)
Parameter
NameDescription
otherLargeCustomDictionaryConfig

Properties

BigQueryField

public BigQueryField BigQueryField { get; set; }

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

Property Value
TypeDescription
BigQueryField

CloudStorageFileSet

public CloudStorageFileSet CloudStorageFileSet { get; set; }

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

Property Value
TypeDescription
CloudStorageFileSet

OutputPath

public CloudStoragePath OutputPath { get; set; }

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.

Property Value
TypeDescription
CloudStoragePath

SourceCase

public LargeCustomDictionaryConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
LargeCustomDictionaryConfig.SourceOneofCase