public static interface CustomInfoType.DictionaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudStoragePath |
getCloudStoragePath()
Newline-delimited file of words in Cloud Storage.
|
CloudStoragePathOrBuilder |
getCloudStoragePathOrBuilder()
Newline-delimited file of words in Cloud Storage.
|
CustomInfoType.Dictionary.SourceCase |
getSourceCase() |
CustomInfoType.Dictionary.WordList |
getWordList()
List of words or phrases to search for.
|
CustomInfoType.Dictionary.WordListOrBuilder |
getWordListOrBuilder()
List of words or phrases to search for.
|
boolean |
hasCloudStoragePath()
Newline-delimited file of words in Cloud Storage.
|
boolean |
hasWordList()
List of words or phrases to search for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWordList()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;CustomInfoType.Dictionary.WordList getWordList()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;CustomInfoType.Dictionary.WordListOrBuilder getWordListOrBuilder()
List of words or phrases to search for.
.google.privacy.dlp.v2.CustomInfoType.Dictionary.WordList word_list = 1;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;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;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;CustomInfoType.Dictionary.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.