Google Cloud Data Loss Prevention v2 API - Class CustomInfoType.Types.Dictionary.Types.WordList (4.15.0)

 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.

Inheritance

object > CustomInfoType.Types.Dictionary.Types.WordList

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

WordList()

 public WordList() 

WordList(WordList)

 public WordList(CustomInfoType.Types.Dictionary.Types.WordList other) 
Parameter
Name
Description

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