public sealed class TransformationResultStatus : IMessage<TransformationResultStatus>, IEquatable<TransformationResultStatus>, IDeepCloneable<TransformationResultStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationResultStatus.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `TransformationResultStatus` class within the Google Cloud Data Loss Prevention v2 API."],["The latest version of `TransformationResultStatus` is 4.16.0, but the page also includes documentation for previous versions, spanning from 2.15.0 up to the current version."],["The `TransformationResultStatus` class is designed to capture the outcome of a data transformation operation, which could result in either a success or failure status."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The class has two primary properties, `Details`, which provides detailed error codes and messages, and `ResultStatusType`, indicating if the transformation was successful or not."]]],[]]