Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationErrorHandling.
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
.
Generated from protobuf message google.privacy.dlp.v2.TransformationErrorHandling
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ throw_error |
Google\Cloud\Dlp\V2\TransformationErrorHandling\ThrowError
Throw an error |
↳ leave_untransformed |
Google\Cloud\Dlp\V2\TransformationErrorHandling\LeaveUntransformed
Ignore errors |
getThrowError
Throw an error
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\TransformationErrorHandling\ThrowError|null |
hasThrowError
setThrowError
Throw an error
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\TransformationErrorHandling\ThrowError
|
Returns | |
---|---|
Type | Description |
$this |
getLeaveUntransformed
Ignore errors
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\TransformationErrorHandling\LeaveUntransformed|null |
hasLeaveUntransformed
setLeaveUntransformed
Ignore errors
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\TransformationErrorHandling\LeaveUntransformed
|
Returns | |
---|---|
Type | Description |
$this |
getMode
Returns | |
---|---|
Type | Description |
string |