public sealed class SummaryResult : IMessage<TransformationSummary.Types.SummaryResult>, IEquatable<TransformationSummary.Types.SummaryResult>, IDeepCloneable<TransformationSummary.Types.SummaryResult>, IBufferMessage, IMessage
A collection that informs the user the number of times a particular
TransformationResultCode and error details occurred.
[[["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 `SummaryResult` class in the `Google.Cloud.Dlp.V2` namespace provides a way to track the outcomes and details of data transformations, including any errors or warnings."],["This page details versions of the `SummaryResult` class, with the latest version being 4.16.0, while the current page content is specifically for version 3.3.0."],["The `SummaryResult` class has three primary properties, `Code`, `Count`, and `Details`, which respectively indicate the result code of the transformation, the number of transformations, and any accompanying warnings or errors."],["The `SummaryResult` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with Google's protocol buffer system and support features like deep cloning."],["The class offers two constructors: a default constructor and one that allows creating a new instance based on an existing `SummaryResult` object."]]],[]]