Package com.google.privacy.dlp.v2
Interface CharsToIgnoreOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CharsToIgnore,CharsToIgnore.Builder
public interface CharsToIgnoreOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharsToIgnore.CharactersCasegetCharactersCase()StringgetCharactersToSkip()Characters to not transform when masking.com.google.protobuf.ByteStringgetCharactersToSkipBytes()Characters to not transform when masking.CharsToIgnore.CommonCharsToIgnoregetCommonCharactersToIgnore()Common characters to not transform when masking.intgetCommonCharactersToIgnoreValue()Common characters to not transform when masking.booleanhasCharactersToSkip()Characters to not transform when masking.booleanhasCommonCharactersToIgnore()Common characters to not transform when masking.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCharactersToSkip
boolean hasCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;- Returns:
- Whether the charactersToSkip field is set.
-
getCharactersToSkip
String getCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;- Returns:
- The charactersToSkip.
-
getCharactersToSkipBytes
com.google.protobuf.ByteString getCharactersToSkipBytes()
Characters to not transform when masking.
string characters_to_skip = 1;- Returns:
- The bytes for charactersToSkip.
-
hasCommonCharactersToIgnore
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:
- Whether the commonCharactersToIgnore field is set.
-
getCommonCharactersToIgnoreValue
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:
- The enum numeric value on the wire for commonCharactersToIgnore.
-
getCommonCharactersToIgnore
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:
- The commonCharactersToIgnore.
-
getCharactersCase
CharsToIgnore.CharactersCase getCharactersCase()
-
-