GooglePrivacyDlpV2Deidentify class
Create a de-identified copy of the requested table or files.
A TransformationDetail will be created for each transformation. If any rows in BigQuery are skipped during de-identification (transformation errors or row size exceeds BigQuery insert API limits) they are placed in the failure output table. If the original row exceeds the BigQuery insert API limit it will be truncated when written to the failure output table. The failure output table can be set in the action.deidentify.output.big_query_output.deidentified_failure_output_table field, if no table is set, a table will be automatically created in the same project and dataset as the original table. Compatible with: Inspect
Constructors
-
GooglePrivacyDlpV2Deidentify({String? cloudStorageOutput, List<
String> ? fileTypesToTransform, GooglePrivacyDlpV2TransformationConfig? transformationConfig, GooglePrivacyDlpV2TransformationDetailsStorageConfig? transformationDetailsStorageConfig}) - GooglePrivacyDlpV2Deidentify.fromJson(Map json_)
Properties
- cloudStorageOutput ↔ String?
-
User settable Cloud Storage bucket and folders to store de-identified
files.
getter/setter pair
-
fileTypesToTransform
↔ List<
String> ? -
List of user-specified file type groups to transform.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transformationConfig ↔ GooglePrivacyDlpV2TransformationConfig?
-
User specified deidentify templates and configs for structured,
unstructured, and image files.
getter/setter pair
- transformationDetailsStorageConfig ↔ GooglePrivacyDlpV2TransformationDetailsStorageConfig?
-
Config for storing transformation details.
getter/setter pair
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