public static interface CustomInfoType.DictionaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
CloudStoragePathOrBuilder |
|
getSourceCase()
public abstract CustomInfoType.Dictionary.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the wordList field is set. |