Interface ReplaceDictionaryConfigOrBuilder (3.4.0)

public interface ReplaceDictionaryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTypeCase()

public abstract ReplaceDictionaryConfig.TypeCase getTypeCase()
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the wordList field is set.