Google Cloud Data Loss Prevention v2 API - Class CharsToIgnore (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CharsToIgnore.

Characters to skip when doing deidentification of a value. These will be left alone and skipped.

Inheritance

object > CharsToIgnore

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

CharsToIgnore()

public CharsToIgnore()

CharsToIgnore(CharsToIgnore)

public CharsToIgnore(CharsToIgnore other)
Parameter
NameDescription
otherCharsToIgnore

Properties

CharactersCase

public CharsToIgnore.CharactersOneofCase CharactersCase { get; }
Property Value
TypeDescription
CharsToIgnoreCharactersOneofCase

CharactersToSkip

public string CharactersToSkip { get; set; }

Characters to not transform when masking.

Property Value
TypeDescription
string

CommonCharactersToIgnore

public CharsToIgnore.Types.CommonCharsToIgnore CommonCharactersToIgnore { get; set; }

Common characters to not transform when masking. Useful to avoid removing punctuation.

Property Value
TypeDescription
CharsToIgnoreTypesCommonCharsToIgnore

HasCharactersToSkip

public bool HasCharactersToSkip { get; }

Gets whether the "characters_to_skip" field is set

Property Value
TypeDescription
bool

HasCommonCharactersToIgnore

public bool HasCommonCharactersToIgnore { get; }

Gets whether the "common_characters_to_ignore" field is set

Property Value
TypeDescription
bool