public sealed class CharsToIgnore : IMessage<CharsToIgnore>, IEquatable<CharsToIgnore>, IDeepCloneable<CharsToIgnore>, IBufferMessage, IMessage
Characters to skip when doing deidentification of a value. These will be left alone and skipped.
Implements
IMessage<CharsToIgnore>, IEquatable<CharsToIgnore>, IDeepCloneable<CharsToIgnore>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
CharsToIgnore()
public CharsToIgnore()
CharsToIgnore(CharsToIgnore)
public CharsToIgnore(CharsToIgnore other)
Parameter | |
---|---|
Name | Description |
other | CharsToIgnore |
Properties
CharactersCase
public CharsToIgnore.CharactersOneofCase CharactersCase { get; }
Property Value | |
---|---|
Type | Description |
CharsToIgnore.CharactersOneofCase |
CharactersToSkip
public string CharactersToSkip { get; set; }
Characters to not transform when masking.
Property Value | |
---|---|
Type | Description |
String |
CommonCharactersToIgnore
public CharsToIgnore.Types.CommonCharsToIgnore CommonCharactersToIgnore { get; set; }
Common characters to not transform when masking. Useful to avoid removing punctuation.
Property Value | |
---|---|
Type | Description |
CharsToIgnore.Types.CommonCharsToIgnore |