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.CharactersCase
getCharactersCase()
String
getCharactersToSkip()
Characters to not transform when masking.com.google.protobuf.ByteString
getCharactersToSkipBytes()
Characters to not transform when masking.CharsToIgnore.CommonCharsToIgnore
getCommonCharactersToIgnore()
Common characters to not transform when masking.int
getCommonCharactersToIgnoreValue()
Common characters to not transform when masking.boolean
hasCharactersToSkip()
Characters to not transform when masking.boolean
hasCommonCharactersToIgnore()
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()
-
-