public sealed class CustomInfoType.Types.Dictionary.Types.WordList : IMessage<CustomInfoType.Types.Dictionary.Types.WordList>, IEquatable<CustomInfoType.Types.Dictionary.Types.WordList>, IDeepCloneable<CustomInfoType.Types.Dictionary.Types.WordList>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CustomInfoType.Types.Dictionary.Types.WordList.
Message defining a list of words or phrases to search for in the data.
Implements
IMessageCustomInfoTypeTypesDictionaryTypesWordList, IEquatableCustomInfoTypeTypesDictionaryTypesWordList, IDeepCloneableCustomInfoTypeTypesDictionaryTypesWordList, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
WordList()
public WordList()WordList(WordList)
public WordList(CustomInfoType.Types.Dictionary.Types.WordList other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomInfoTypeTypesDictionaryTypesWordList |
Properties
Words
public RepeatedField<string> Words { get; }Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|