Class: Google::Cloud::Dlp::V2::ReplaceDictionaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ReplaceDictionaryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Replace each input value with a value randomly selected from the dictionary.
Instance Attribute Summary collapse
-
#word_list ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList
A list of words to select from for random replacement.
Instance Attribute Details
#word_list ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList
Returns A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.
2423 2424 2425 2426 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2423 class ReplaceDictionaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |