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-03-24 UTC."],[[["This webpage provides documentation for the `DataProfileAction` class within the Google Cloud Data Loss Prevention v2 API for .NET."],["The latest version available is 4.16.0, with a history of versions dating back to 2.15.0, all documented for the `DataProfileAction`."],["The `DataProfileAction` class is used to define a task to execute after a data profile has been generated, inheriting from `Object` and implementing several interfaces."],["The class includes properties such as `ActionCase`, `ExportData`, and `PubSubNotification`, that specify the action to take, whether to export data, or to send a message to a pub/sub topic."],["This class contains two constructors, including one that allows you to copy the data from another instance of `DataProfileAction`."]]],[]]