public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileAction.
A task to execute when a data profile has been generated.
[[["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 `DataProfileAction` class in the Google Cloud Data Loss Prevention v2 API defines a task to be executed after a data profile is generated."],["This class, part of the `Google.Cloud.Dlp.V2` namespace, is available in the `Google.Cloud.Dlp.V2.dll` assembly and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataProfileAction` class includes constructors and properties such as `ActionCase`, `ExportData`, and `PubSubNotification`, allowing for the configuration of actions such as exporting data profiles or publishing notifications to a Pub/Sub topic."],["The documentation contains versioning information for the DataProfileAction class, highlighting versions 4.0.0 up to 4.16.0 as well as legacy versions starting at 2.15.0, allowing the user to see the progression of the class over time, with the latest being 4.16.0."]]],[]]