public sealed class 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."],[[["This document provides reference documentation for the `TransformationErrorHandling.Types.LeaveUntransformed` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["`LeaveUntransformed` is a class that, when used, ensures data remains unmodified if a requested transformation would lead to an error, as in the case of attempting to apply a date shift to an IP address."],["The page lists available versions of this class, ranging from the latest 4.16.0 down to version 2.15.0, and is located in the `Google.Cloud.Dlp.V2` namespace."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LeaveUntransformed` class offers two constructors, a default constructor, and one that accepts another `TransformationErrorHandling.Types.LeaveUntransformed` object as a parameter."]]],[]]