Interface LargeCustomDictionaryConfigOrBuilder (3.6.7)

public interface LargeCustomDictionaryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryField()

public abstract BigQueryField getBigQueryField()

Field in a BigQuery table where each cell represents a dictionary phrase.

.google.privacy.dlp.v2.BigQueryField big_query_field = 3;

Returns
TypeDescription
BigQueryField

The bigQueryField.

getBigQueryFieldOrBuilder()

public abstract BigQueryFieldOrBuilder getBigQueryFieldOrBuilder()

Field in a BigQuery table where each cell represents a dictionary phrase.

.google.privacy.dlp.v2.BigQueryField big_query_field = 3;

Returns
TypeDescription
BigQueryFieldOrBuilder

getCloudStorageFileSet()

public abstract CloudStorageFileSet getCloudStorageFileSet()

Set of files containing newline-delimited lists of dictionary phrases.

.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;

Returns
TypeDescription
CloudStorageFileSet

The cloudStorageFileSet.

getCloudStorageFileSetOrBuilder()

public abstract CloudStorageFileSetOrBuilder getCloudStorageFileSetOrBuilder()

Set of files containing newline-delimited lists of dictionary phrases.

.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;

Returns
TypeDescription
CloudStorageFileSetOrBuilder

getOutputPath()

public abstract CloudStoragePath getOutputPath()

Location to store dictionary artifacts in Google 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
TypeDescription
CloudStoragePath

The outputPath.

getOutputPathOrBuilder()

public abstract CloudStoragePathOrBuilder getOutputPathOrBuilder()

Location to store dictionary artifacts in Google 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
TypeDescription
CloudStoragePathOrBuilder

getSourceCase()

public abstract LargeCustomDictionaryConfig.SourceCase getSourceCase()
Returns
TypeDescription
LargeCustomDictionaryConfig.SourceCase

hasBigQueryField()

public abstract boolean hasBigQueryField()

Field in a BigQuery table where each cell represents a dictionary phrase.

.google.privacy.dlp.v2.BigQueryField big_query_field = 3;

Returns
TypeDescription
boolean

Whether the bigQueryField field is set.

hasCloudStorageFileSet()

public abstract boolean hasCloudStorageFileSet()

Set of files containing newline-delimited lists of dictionary phrases.

.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;

Returns
TypeDescription
boolean

Whether the cloudStorageFileSet field is set.

hasOutputPath()

public abstract boolean hasOutputPath()

Location to store dictionary artifacts in Google 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
TypeDescription
boolean

Whether the outputPath field is set.