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 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.