public sealed class LeaveUntransformed : IMessage<TransformationErrorHandling.Types.LeaveUntransformed>, IEquatable<TransformationErrorHandling.Types.LeaveUntransformed>, IDeepCloneable<TransformationErrorHandling.Types.LeaveUntransformed>, IBufferMessage, IMessage
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 latest version available is 4.16.0, with a range of previous versions documented from 4.15.0 down to 2.15.0, including version 3.5.0."],["This documentation pertains to the `LeaveUntransformed` class within the `Google.Cloud.Dlp.V2` namespace, found in the Google.Cloud.Dlp.V2.dll assembly."],["`LeaveUntransformed` is designed to skip data without modification when a transformation error occurs, ensuring that the data remains unchanged in the response, such as leaving an IP address unaltered if a `DateShift` transformation fails."],["The `LeaveUntransformed` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors, one is a default constructor, and another accepts an instance of `TransformationErrorHandling.Types.LeaveUntransformed` as a parameter."]]],[]]