Class CustomInfoType.Types.Dictionary.Types.WordList (3.2.0)

public sealed class WordList : IMessage<CustomInfoType.Types.Dictionary.Types.WordList>, IEquatable<CustomInfoType.Types.Dictionary.Types.WordList>, IDeepCloneable<CustomInfoType.Types.Dictionary.Types.WordList>, IBufferMessage, IMessage

Message defining a list of words or phrases to search for in the data.

Inheritance

Object > CustomInfoType.Types.Dictionary.Types.WordList

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

WordList()

public WordList()

WordList(CustomInfoType.Types.Dictionary.Types.WordList)

public WordList(CustomInfoType.Types.Dictionary.Types.WordList other)
Parameter
NameDescription
otherCustomInfoType.Types.Dictionary.Types.WordList

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
TypeDescription
RepeatedField<String>