public sealed class DeleteTableDataProfileRequest : IMessage<DeleteTableDataProfileRequest>, IEquatable<DeleteTableDataProfileRequest>, IDeepCloneable<DeleteTableDataProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeleteTableDataProfileRequest.
[[["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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteTableDataProfileRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically in the .NET environment."],["The `DeleteTableDataProfileRequest` class is used to construct request messages for deleting a table data profile, as part of the broader DLP v2 API functionalities."],["The class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET and Google Cloud data processing mechanisms."],["The documentation covers several versions of the API, ranging from version 2.15.0 up to the latest version 4.16.0, along with the `DeleteTableDataProfileRequest` class's properties and constructors."],["The `DeleteTableDataProfileRequest` class includes two main properties: `Name` which is the string that represents the resource name of the table data profile, and `TableDataProfileName` which is a typed view of the `Name` property."]]],[]]