Interface CustomInfoType.DictionaryOrBuilder (3.7.2)

public static interface CustomInfoType.DictionaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudStoragePath()

public abstract CloudStoragePath getCloudStoragePath()

Newline-delimited file of words in Cloud Storage. Only a single file is accepted.

.google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;

Returns
TypeDescription
CloudStoragePath

The cloudStoragePath.

getCloudStoragePathOrBuilder()

public abstract CloudStoragePathOrBuilder getCloudStoragePathOrBuilder()

Newline-delimited file of words in Cloud Storage. Only a single file is accepted.

.google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;

Returns
TypeDescription
CloudStoragePathOrBuilder

getSourceCase()

public abstract CustomInfoType.Dictionary.SourceCase getSourceCase()
Returns
TypeDescription
CustomInfoType.Dictionary.SourceCase

getWordList()

public abstract CustomInfoType.Dictionary.WordList getWordList()

List of words or phrases to search for.

.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;

Returns
TypeDescription
CustomInfoType.Dictionary.WordList

The wordList.

getWordListOrBuilder()

public abstract CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()

List of words or phrases to search for.

.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;

Returns
TypeDescription
CustomInfoType.Dictionary.WordListOrBuilder

hasCloudStoragePath()

public abstract boolean hasCloudStoragePath()

Newline-delimited file of words in Cloud Storage. Only a single file is accepted.

.google.privacy.dlp.v2.CloudStoragePath cloud_storage_path = 3;

Returns
TypeDescription
boolean

Whether the cloudStoragePath field is set.

hasWordList()

public abstract boolean hasWordList()

List of words or phrases to search for.

.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;

Returns
TypeDescription
boolean

Whether the wordList field is set.