Class GooglePrivacyDlpV2TransformationErrorHandling
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
.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationErrorHandling : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeaveUntransformed
Ignore errors
Declaration
[JsonProperty("leaveUntransformed")]
public virtual GooglePrivacyDlpV2LeaveUntransformed LeaveUntransformed { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2LeaveUntransformed |
ThrowError
Throw an error
Declaration
[JsonProperty("throwError")]
public virtual GooglePrivacyDlpV2ThrowError ThrowError { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ThrowError |