Package com.google.privacy.dlp.v2
Interface CustomInfoType.DictionaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomInfoType.Dictionary,CustomInfoType.Dictionary.Builder
- Enclosing class:
- CustomInfoType
public static interface CustomInfoType.DictionaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudStoragePathgetCloudStoragePath()Newline-delimited file of words in Cloud Storage.CloudStoragePathOrBuildergetCloudStoragePathOrBuilder()Newline-delimited file of words in Cloud Storage.CustomInfoType.Dictionary.SourceCasegetSourceCase()CustomInfoType.Dictionary.WordListgetWordList()List of words or phrases to search for.CustomInfoType.Dictionary.WordListOrBuildergetWordListOrBuilder()List of words or phrases to search for.booleanhasCloudStoragePath()Newline-delimited file of words in Cloud Storage.booleanhasWordList()List of words or phrases to search for.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWordList
boolean hasWordList()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;- Returns:
- Whether the wordList field is set.
-
getWordList
CustomInfoType.Dictionary.WordList getWordList()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;- Returns:
- The wordList.
-
getWordListOrBuilder
CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;
-
hasCloudStoragePath
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:
- Whether the cloudStoragePath field is set.
-
getCloudStoragePath
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:
- The cloudStoragePath.
-
getCloudStoragePathOrBuilder
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;
-
getSourceCase
CustomInfoType.Dictionary.SourceCase getSourceCase()
-
-