public sealed class DataProfileAction : IMessage<DataProfileAction>, IEquatable<DataProfileAction>, IDeepCloneable<DataProfileAction>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `DataProfileAction` class within the `Google.Cloud.Dlp.V2` namespace, detailing its purpose as a task executed after generating a data profile."],["The latest version available for `DataProfileAction` is 4.16.0, with a comprehensive list of previous versions dating back to 2.15.0 for reference."],["`DataProfileAction` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["The `DataProfileAction` class allows for actions such as exporting data profiles to a specified location or publishing a message to a Pub/Sub topic."],["The primary action types of `DataProfileAction` are determined by the `ActionCase` property which allows for data exporting and pub/sub notifications."]]],[]]