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, IMessage
Reference 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
IMessage CustomInfoType Types Dictionary Types WordList , IEquatable CustomInfoType Types Dictionary Types WordList , IDeepCloneable CustomInfoType Types Dictionary Types WordList , 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)
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]