public sealed class ReplaceDictionaryConfig : IMessage<ReplaceDictionaryConfig>, IEquatable<ReplaceDictionaryConfig>, IDeepCloneable<ReplaceDictionaryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReplaceDictionaryConfig.
Replace each input value with a value randomly selected from the dictionary.
Implements
IMessageReplaceDictionaryConfig, IEquatableReplaceDictionaryConfig, IDeepCloneableReplaceDictionaryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ReplaceDictionaryConfig()
public ReplaceDictionaryConfig()ReplaceDictionaryConfig(ReplaceDictionaryConfig)
public ReplaceDictionaryConfig(ReplaceDictionaryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplaceDictionaryConfig |
Properties
TypeCase
public ReplaceDictionaryConfig.TypeOneofCase TypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
ReplaceDictionaryConfigTypeOneofCase |
|
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 | |
|---|---|
| Type | Description |
CustomInfoTypeTypesDictionaryTypesWordList |
|