Class GooglePrivacyDlpV2LargeCustomDictionaryConfig
Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in
the limits page. The artifacts of dictionary
creation are stored in the specified Cloud Storage location. Consider using CustomInfoType.Dictionary
for
smaller dictionaries that satisfy the size requirements.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LargeCustomDictionaryConfig : IDirectResponseSchema
Properties
BigQueryField
Field in a BigQuery table where each cell represents a dictionary phrase.
Declaration
[JsonProperty("bigQueryField")]
public virtual GooglePrivacyDlpV2BigQueryField BigQueryField { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2BigQueryField |
CloudStorageFileSet
Set of files containing newline-delimited lists of dictionary phrases.
Declaration
[JsonProperty("cloudStorageFileSet")]
public virtual GooglePrivacyDlpV2CloudStorageFileSet CloudStorageFileSet { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CloudStorageFileSet |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputPath
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.
Declaration
[JsonProperty("outputPath")]
public virtual GooglePrivacyDlpV2CloudStoragePath OutputPath { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CloudStoragePath |