GooglePrivacyDlpV2LargeCustomDictionaryConfig class
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.
Constructors
- GooglePrivacyDlpV2LargeCustomDictionaryConfig({GooglePrivacyDlpV2BigQueryField? bigQueryField, GooglePrivacyDlpV2CloudStorageFileSet? cloudStorageFileSet, GooglePrivacyDlpV2CloudStoragePath? outputPath})
- GooglePrivacyDlpV2LargeCustomDictionaryConfig.fromJson(Map json_)
Properties
- bigQueryField ↔ GooglePrivacyDlpV2BigQueryField?
-
Field in a BigQuery table where each cell represents a dictionary phrase.
getter/setter pair
- cloudStorageFileSet ↔ GooglePrivacyDlpV2CloudStorageFileSet?
-
Set of files containing newline-delimited lists of dictionary phrases.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputPath ↔ GooglePrivacyDlpV2CloudStoragePath?
-
Location to store dictionary artifacts in Cloud Storage.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited