Class ReplaceDictionaryConfig (4.1.0)

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

Replace each input value with a value randomly selected from the dictionary.

Inheritance

Object > ReplaceDictionaryConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ReplaceDictionaryConfig()

public ReplaceDictionaryConfig()

ReplaceDictionaryConfig(ReplaceDictionaryConfig)

public ReplaceDictionaryConfig(ReplaceDictionaryConfig other)
Parameter
NameDescription
otherReplaceDictionaryConfig

Properties

TypeCase

public ReplaceDictionaryConfig.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
ReplaceDictionaryConfig.TypeOneofCase

WordList

public CustomInfoType.Types.Dictionary.Types.WordList WordList { get; set; }

A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.

Property Value
TypeDescription
CustomInfoType.Types.Dictionary.Types.WordList