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-21 UTC."],[[["This webpage details the `DeleteEntryRequest` class, which is used to request the deletion of an entry within the Google Cloud Data Catalog V1."],["The `DeleteEntryRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is included in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteEntryRequest\u003e`, `IDeepCloneable\u003cDeleteEntryRequest\u003e`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The `DeleteEntryRequest` class offers two constructors: a default constructor and one that accepts another `DeleteEntryRequest` instance to make a copy."],["The class includes two key properties: `EntryName`, which provides a typed view of the entry's name, and `Name`, which is a string property holding the required name of the entry to be deleted."]]],[]]