Class: Google::Cloud::Dlp::V2::CustomInfoType::Dictionary::WordList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Message defining a list of words or phrases to search for in the data.

Instance Attribute Summary collapse

Instance Attribute Details

#words::Array<::String>

Returns Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required].

Returns:

  • (::Array<::String>)

    Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]



180
181
182
183
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 180

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