public sealed class CharsToIgnore : IMessage<CharsToIgnore>, IEquatable<CharsToIgnore>, IDeepCloneable<CharsToIgnore>, IBufferMessage, IMessageReference 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.
Implements
IMessageCharsToIgnore, IEquatableCharsToIgnore, IDeepCloneableCharsToIgnore, 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 |
CharsToIgnoreCharactersOneofCase |
|
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 |
CharsToIgnoreTypesCommonCharsToIgnore |
|
HasCharactersToSkip
public bool HasCharactersToSkip { get; }Gets whether the "characters_to_skip" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasCommonCharactersToIgnore
public bool HasCommonCharactersToIgnore { get; }Gets whether the "common_characters_to_ignore" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|