Class TransformationErrorHandling.Builder

  • All Implemented Interfaces:
    TransformationErrorHandlingOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    TransformationErrorHandling

    public static final class TransformationErrorHandling.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<TransformationErrorHandling.Builder>
    implements TransformationErrorHandlingOrBuilder
     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`.
     
    Protobuf type google.privacy.dlp.v2.TransformationErrorHandling