Interface ReplaceDictionaryConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReplaceDictionaryConfig, ReplaceDictionaryConfig.Builder

    public interface ReplaceDictionaryConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasWordList

        boolean hasWordList()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Returns:
        Whether the wordList field is set.
      • getWordList

        CustomInfoType.Dictionary.WordList getWordList()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
        Returns:
        The wordList.
      • getWordListOrBuilder

        CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()
         A list of words to select from for random replacement. The
         [limits](https://cloud.google.com/dlp/limits) page contains details about
         the size limits of dictionaries.
         
        .google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;