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-24 UTC."],[[["This webpage provides documentation for the `TransformationResultStatus` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The documentation covers a range of versions for the `Google.Cloud.Dlp.V2` namespace, from version 2.15.0 up to the latest 4.16.0, and lists the various previous versions as well."],["The `TransformationResultStatus` class is used to represent the outcome of a transformation process, indicating whether it was successful or the reason for its failure."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members like `GetHashCode`, `GetType`, and `ToString`, and includes constructors and details for the properties `Details` and `ResultStatusType`."],["The properties `Details` in `TransformationResultStatus` provides error codes and messages, while `ResultStatusType` indicates whether a transformation was successful or not."]]],[]]