public sealed class DeleteFileStoreDataProfileRequest : IMessage<DeleteFileStoreDataProfileRequest>, IEquatable<DeleteFileStoreDataProfileRequest>, IDeepCloneable<DeleteFileStoreDataProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeleteFileStoreDataProfileRequest.
[[["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."],[[["This webpage provides reference documentation for the `DeleteFileStoreDataProfileRequest` class in the Google Cloud Data Loss Prevention (DLP) v2 API."],["The latest version available is 4.16.0, and the page includes links to documentation for other versions of the same class, going back to version 2.15.0."],["`DeleteFileStoreDataProfileRequest` is a request message used for deleting a file store profile and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `FileStoreDataProfileName` (a specific typed view of the `Name` property), which are required to identify the file store data profile."],["The class has two constructors, a default one, and another one that takes in another instance of itself."]]],[]]