Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::TransformationErrorHandling (v0.17.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#leave_untransformed

defleave_untransformed()->::Google::Cloud::Dlp::V2::TransformationErrorHandling::LeaveUntransformed

#leave_untransformed=

defleave_untransformed=(value)->::Google::Cloud::Dlp::V2::TransformationErrorHandling::LeaveUntransformed

#throw_error

defthrow_error()->::Google::Cloud::Dlp::V2::TransformationErrorHandling::ThrowError

#throw_error=

defthrow_error=(value)->::Google::Cloud::Dlp::V2::TransformationErrorHandling::ThrowError

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.