public sealed class DataProfileConfigSnapshot : IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessage
Snapshot of the configurations used to generate the profile.
[[["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 `DataProfileConfigSnapshot` class provides a snapshot of configurations used to generate data profiles within the Google Cloud DLP V2 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["The latest version available is 4.16.0, with multiple previous versions accessible, ranging down to 2.15.0."],["It contains properties such as `DataProfileJob` and `InspectConfig`, which hold copies of the configurations used to generate the data profile and inspection configurations, respectively."],["The class can be constructed with no arguments or another instance of the same class, allowing for a copy to be made."]]],[]]