public sealed class TransformationErrorHandling : IMessage<TransformationErrorHandling>, IEquatable<TransformationErrorHandling>, IDeepCloneable<TransformationErrorHandling>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API 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
.
Implements
IMessageTransformationErrorHandling, IEquatableTransformationErrorHandling, IDeepCloneableTransformationErrorHandling, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationErrorHandling()
public TransformationErrorHandling()
TransformationErrorHandling(TransformationErrorHandling)
public TransformationErrorHandling(TransformationErrorHandling other)
Parameter | |
---|---|
Name | Description |
other |
TransformationErrorHandling |
Properties
LeaveUntransformed
public TransformationErrorHandling.Types.LeaveUntransformed LeaveUntransformed { get; set; }
Ignore errors
Property Value | |
---|---|
Type | Description |
TransformationErrorHandlingTypesLeaveUntransformed |
ModeCase
public TransformationErrorHandling.ModeOneofCase ModeCase { get; }
Property Value | |
---|---|
Type | Description |
TransformationErrorHandlingModeOneofCase |
ThrowError
public TransformationErrorHandling.Types.ThrowError ThrowError { get; set; }
Throw an error
Property Value | |
---|---|
Type | Description |
TransformationErrorHandlingTypesThrowError |