public sealed class DeleteEntryRequest : IMessage<DeleteEntryRequest>, IEquatable<DeleteEntryRequest>, IDeepCloneable<DeleteEntryRequest>, IBufferMessage, IMessage
Request message for
[DeleteEntry][google.cloud.datacatalog.v1.DataCatalog.DeleteEntry].
[[["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-25 UTC."],[[["The content provides documentation for the `DeleteEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically in version 1.3.0."],["`DeleteEntryRequest` is a request message used for deleting an entry in the Google Cloud Data Catalog, as indicated by the `[DeleteEntry]` method reference."],["The page details the inheritance, implemented interfaces, constructors, and properties of the `DeleteEntryRequest` class, including its relationship to `EntryName` and `Name` properties."],["There is a list of numerous past versions of the Google.Cloud.DataCatalog.V1 software, with 2.14.0 being the most current, and it highlights how this class has been adapted across the years."],["The documentation is generated for use with .NET, as indicated by the various .NET API references."]]],[]]