Package com.google.privacy.dlp.v2
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplaceDictionaryConfig.TypeCase
getTypeCase()
CustomInfoType.Dictionary.WordList
getWordList()
A list of words to select from for random replacement.CustomInfoType.Dictionary.WordListOrBuilder
getWordListOrBuilder()
A list of words to select from for random replacement.boolean
hasWordList()
A list of words to select from for random replacement.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getTypeCase
ReplaceDictionaryConfig.TypeCase getTypeCase()
-
-