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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/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

#wordsArray<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]



118
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 118

class WordList; end