public sealed class TransformationOverview : IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationOverview.
[[["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 `TransformationOverview` class within the Google Cloud Data Loss Prevention v2 API for .NET, covering versions ranging from 2.15.0 to 4.16.0 (latest)."],["The `TransformationOverview` class, part of the `Google.Cloud.Dlp.V2` namespace, details modifications that occurred within the API and is a part of the `Google.Cloud.Dlp.V2.dll` assembly."],["The class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties of the `TransformationOverview` class are `TransformationSummaries`, which is a `RepeatedField` containing `TransformationSummary` objects, and `TransformedBytes`, which represents the total size in bytes that have been modified."],["The `TransformationOverview` class has two constructors, one is parameterless and the other takes a `TransformationOverview` object, allowing for either new instances or copies of existing ones to be created."]]],[]]