public sealed class DataProfileConfigSnapshot : IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileConfigSnapshot.
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."],[[["This webpage provides documentation for the `DataProfileConfigSnapshot` class within the Google Cloud Data Loss Prevention v2 API, spanning multiple versions from 2.15.0 to 4.16.0, with 4.16.0 being the latest release."],["The `DataProfileConfigSnapshot` class serves as a representation of the configurations used in generating data profiles."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructors, including a default constructor and a copy constructor that takes another `DataProfileConfigSnapshot` instance as a parameter."],["It contains two main properties, `DataProfileJob` which holds the configuration of the job used to create the profile, and `InspectConfig` which is a copy of the configuration used during the inspection process."]]],[]]