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, detailing its structure and functionality."],["The `TransformationOverview` class, part of the `Google.Cloud.Dlp.V2` namespace, is used to summarize modifications made to data, as indicated in the overview section."],["It is possible to access documentation for different versions of the API, from the latest (4.16.0) down to version 2.15.0, allowing developers to view API changes across versions."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its capabilities for message handling, comparison, cloning, and buffered operations."],["The class has the properties `TransformationSummaries`, a RepeatedField type containing summaries of transformations, and `TransformedBytes`, which details the size in bytes of data that has undergone transformation."]]],[]]