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 of the `Google.Cloud.Dlp.V2` package is 4.16.0, with numerous other versions available for use, down to version 2.15.0."],["`LeaveUntransformed` is a class within the `Google.Cloud.Dlp.V2` namespace used for handling transformation errors."],["When `LeaveUntransformed` is applied, data that would cause a transformation error is skipped and left unmodified in the response."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class can be created either with no initial parameters or with another `TransformationErrorHandling.Types.LeaveUntransformed` object as a parameter in its constructor."]]],[]]