public interface ReplaceDictionaryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTypeCase()
public abstract ReplaceDictionaryConfig.TypeCase getTypeCase()| Type | Description |
| ReplaceDictionaryConfig.TypeCase |
getWordList()
public abstract CustomInfoType.Dictionary.WordList getWordList()A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
| Type | Description |
| CustomInfoType.Dictionary.WordList | The wordList. |
getWordListOrBuilder()
public abstract CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
| Type | Description |
| CustomInfoType.Dictionary.WordListOrBuilder |
hasWordList()
public abstract boolean hasWordList()A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
| Type | Description |
| boolean | Whether the wordList field is set. |