public interface CharsToIgnoreOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCharactersCase()
public abstract CharsToIgnore.CharactersCase getCharactersCase()| Returns | |
|---|---|
| Type | Description |
CharsToIgnore.CharactersCase |
|
getCharactersToSkip()
public abstract String getCharactersToSkip()Characters to not transform when masking.
string characters_to_skip = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The charactersToSkip. |
getCharactersToSkipBytes()
public abstract ByteString getCharactersToSkipBytes()Characters to not transform when masking.
string characters_to_skip = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the commonCharactersToIgnore field is set. |