Package com.google.privacy.dlp.v2
Interface LargeCustomDictionaryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LargeCustomDictionaryConfig
,LargeCustomDictionaryConfig.Builder
public interface LargeCustomDictionaryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryField
getBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.BigQueryFieldOrBuilder
getBigQueryFieldOrBuilder()
Field in a BigQuery table where each cell represents a dictionary phrase.CloudStorageFileSet
getCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.CloudStorageFileSetOrBuilder
getCloudStorageFileSetOrBuilder()
Set of files containing newline-delimited lists of dictionary phrases.CloudStoragePath
getOutputPath()
Location to store dictionary artifacts in Cloud Storage.CloudStoragePathOrBuilder
getOutputPathOrBuilder()
Location to store dictionary artifacts in Cloud Storage.LargeCustomDictionaryConfig.SourceCase
getSourceCase()
boolean
hasBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.boolean
hasCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.boolean
hasOutputPath()
Location to store dictionary artifacts in Cloud Storage.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutputPath
boolean hasOutputPath()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;
- Returns:
- Whether the outputPath field is set.
-
getOutputPath
CloudStoragePath getOutputPath()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;
- Returns:
- The outputPath.
-
getOutputPathOrBuilder
CloudStoragePathOrBuilder getOutputPathOrBuilder()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;
-
hasCloudStorageFileSet
boolean hasCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
- Returns:
- Whether the cloudStorageFileSet field is set.
-
getCloudStorageFileSet
CloudStorageFileSet getCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
- Returns:
- The cloudStorageFileSet.
-
getCloudStorageFileSetOrBuilder
CloudStorageFileSetOrBuilder getCloudStorageFileSetOrBuilder()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;
-
hasBigQueryField
boolean hasBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;
- Returns:
- Whether the bigQueryField field is set.
-
getBigQueryField
BigQueryField getBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;
- Returns:
- The bigQueryField.
-
getBigQueryFieldOrBuilder
BigQueryFieldOrBuilder getBigQueryFieldOrBuilder()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;
-
getSourceCase
LargeCustomDictionaryConfig.SourceCase getSourceCase()
-
-