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-06-25 UTC."],[[["The content pertains to the `LeaveUntransformed` class within the `Google.Cloud.Dlp.V2` namespace, which is part of a .NET library for data loss prevention."],["The `LeaveUntransformed` class is designed to handle data transformation errors by skipping the data without modification if an error would occur, such as applying a `DateShift` to an IP address."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides diverse functionalities for message handling and object manipulation."],["The documentation covers multiple versions of the library, ranging from version 2.15.0 up to the latest 4.16.0, and has an object inheritance structure starting from the base `Object` class."],["There are two constructors provided for `LeaveUntransformed`: one default and another that takes another `LeaveUntransformed` instance as an argument, and the class is located within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]