public sealed class TransformationErrorHandling.Types.LeaveUntransformed : IMessage<TransformationErrorHandling.Types.LeaveUntransformed>, IEquatable<TransformationErrorHandling.Types.LeaveUntransformed>, IDeepCloneable<TransformationErrorHandling.Types.LeaveUntransformed>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationErrorHandling.Types.LeaveUntransformed.
Skips the data without modifying it if the requested transformation would
cause an error. For example, if a DateShift transformation were applied
an an IP address, this mode would leave the IP address unchanged in the
response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The content provides reference documentation for the `TransformationErrorHandling.Types.LeaveUntransformed` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["This class is designed to handle errors during data transformation by skipping the data without modification if the transformation would cause an error, such as attempting a `DateShift` on an IP address."],["The provided content also displays a list of various available versions of the class, from version 2.15.0 up to the latest 4.16.0, along with all the versions in between."],["`LeaveUntransformed` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, extending its capabilities."],["The class includes two constructors, one default and one that accepts another `LeaveUntransformed` instance as a parameter for object creation."]]],[]]