GooglePrivacyDlpV2TransformationErrorHandling class
How to handle transformation errors during de-identification.
A transformation error occurs when the requested transformation is
incompatible with the data. For example, trying to de-identify an IP address
using a DateShift
transformation would result in a transformation error,
since date info cannot be extracted from an IP address. Information about
any incompatible transformations, and how they were handled, is returned in
the response as part of the TransformationOverviews
.
Constructors
- GooglePrivacyDlpV2TransformationErrorHandling({GooglePrivacyDlpV2LeaveUntransformed? leaveUntransformed, GooglePrivacyDlpV2ThrowError? throwError})
- GooglePrivacyDlpV2TransformationErrorHandling.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leaveUntransformed ↔ GooglePrivacyDlpV2LeaveUntransformed?
-
Ignore errors
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- throwError ↔ GooglePrivacyDlpV2ThrowError?
-
Throw an error
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