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 v2 API, specifically in the .NET context."],["The documentation covers various versions of the API, ranging from version 2.15.0 to the latest version 4.16.0, allowing developers to access documentation for their specific version needs."],["`DeleteTableDataProfileRequest` is used as a request message to delete table profiles and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTableDataProfileRequest` class contains two properties, `Name`, a string representing the table data profile resource name, and `TableDataProfileName`, a `TableDataProfileName` object that offers a typed view of the resource name."],["The document also details the constructors for `DeleteTableDataProfileRequest`, one is a default constructor and the second is used to clone `DeleteTableDataProfileRequest` objects."]]],[]]