public sealed class GetTableDataProfileRequest : IMessage<GetTableDataProfileRequest>, IEquatable<GetTableDataProfileRequest>, IDeepCloneable<GetTableDataProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetTableDataProfileRequest.
[[["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 `GetTableDataProfileRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `GetTableDataProfileRequest` class is used to request a table data profile and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the API, ranging from the latest version 4.16.0 down to version 2.15.0, with links to each version's documentation."],["The class includes two constructors: a default constructor `GetTableDataProfileRequest()` and an overload that accepts another `GetTableDataProfileRequest` object for copying."],["The class has properties for `Name`, which is a required string resource name, and `TableDataProfileName`, which provides a typed view over the `Name` property."]]],[]]