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."],[[["The content provides reference documentation for the `DataProfileAction` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The latest version of the API documented is 4.16.0, and the page lists versions all the way back to 2.15.0 for reference, along with the current version of 4.4.0."],["`DataProfileAction` is used to define a task to execute after a data profile has been generated, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataProfileAction` class has two constructors, `DataProfileAction()` and `DataProfileAction(DataProfileAction other)`, and has properties like `ActionCase`, `ExportData`, and `PubSubNotification`."],["The class has two actions that can be performed: export the data profile to a certain location, or publish a notification to Pub/Sub."]]],[]]