Interface CharsToIgnoreOrBuilder (3.4.0)

public interface CharsToIgnoreOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCharactersCase()

public abstract CharsToIgnore.CharactersCase getCharactersCase()
Returns
TypeDescription
CharsToIgnore.CharactersCase

getCharactersToSkip()

public abstract String getCharactersToSkip()

Characters to not transform when masking.

string characters_to_skip = 1;

Returns
TypeDescription
String

The charactersToSkip.

getCharactersToSkipBytes()

public abstract ByteString getCharactersToSkipBytes()

Characters to not transform when masking.

string characters_to_skip = 1;

Returns
TypeDescription
ByteString

The bytes for charactersToSkip.

getCommonCharactersToIgnore()

public abstract CharsToIgnore.CommonCharsToIgnore getCommonCharactersToIgnore()

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

.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;

Returns
TypeDescription
CharsToIgnore.CommonCharsToIgnore

The commonCharactersToIgnore.

getCommonCharactersToIgnoreValue()

public abstract int getCommonCharactersToIgnoreValue()

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

.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for commonCharactersToIgnore.

hasCharactersToSkip()

public abstract boolean hasCharactersToSkip()

Characters to not transform when masking.

string characters_to_skip = 1;

Returns
TypeDescription
boolean

Whether the charactersToSkip field is set.

hasCommonCharactersToIgnore()

public abstract boolean hasCommonCharactersToIgnore()

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

.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;

Returns
TypeDescription
boolean

Whether the commonCharactersToIgnore field is set.