public interface LargeCustomDictionaryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;CloudStorageFileSet getCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;CloudStorageFileSetOrBuilder getCloudStorageFileSetOrBuilder()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;boolean hasBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;BigQueryField getBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;BigQueryFieldOrBuilder getBigQueryFieldOrBuilder()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;LargeCustomDictionaryConfig.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.