public sealed class DeidentifyDataSourceDetails : IMessage<DeidentifyDataSourceDetails>, IEquatable<DeidentifyDataSourceDetails>, IDeepCloneable<DeidentifyDataSourceDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceDetails.
The results of a [Deidentify][google.privacy.dlp.v2.Action.Deidentify] action
from an inspect job.
[[["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-04-09 UTC."],[[["The `DeidentifyDataSourceDetails` class in the Google Cloud Data Loss Prevention v2 API provides details about a de-identification operation performed as part of an inspection job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with Google's protocol buffers and support cloning and comparison functionalities."],["The `DeidentifyDataSourceDetails` class offers properties for accessing de-identification statistics (`DeidentifyStats`) and the configuration used for the de-identification request (`RequestedOptions`)."],["The latest version of the `DeidentifyDataSourceDetails` is 4.16.0, with documentation available for previous versions going back to 2.15.0, highlighting the history of updates and changes to the class."]]],[]]