Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ReplaceDictionaryConfig.
Replace each input value with a value randomly selected from the dictionary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#word_list
def word_list() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList) — A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
#word_list=
def word_list=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList
Parameter
- value (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList) — A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
Returns
- (::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList) — A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.