Class: Google::Cloud::Dlp::V2::ReplaceDictionaryConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



2378
2379
2380
2381
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2378

class ReplaceDictionaryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end