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-21 UTC."],[[["This page provides reference documentation for the `DeleteFileStoreDataProfileRequest` class in the Google Cloud Data Loss Prevention (DLP) v2 API, with the latest version being 4.16.0 and going down to version 2.15.0."],["The `DeleteFileStoreDataProfileRequest` class is used to send a request to delete a file store data profile, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` class and has properties such as `FileStoreDataProfileName` and `Name`, with the latter being a required string for the resource name of the file store data profile."],["The class offers two constructors: a default one, and a second that accepts another instance of the same class as a parameter."]]],[]]