public interface ReplaceDictionaryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;ReplaceDictionaryConfig.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.