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."],[[["The `TransformationResultStatus` class in the Google Cloud Data Loss Prevention v2 API represents the outcome of a data transformation operation."],["This class provides details about the transformation's success or failure, including error codes and messages, accessible via the `Details` property."],["It implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, for use with Protobuf and .NET functionality."],["The class has a `ResultStatusType` property to indicate the overall status, whether it's successful or the reason it was not successful."],["The documentation covers multiple versions of the class, ranging from 2.15.0 up to 4.16.0, with specific links for each version."]]],[]]