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 within the `Google.Cloud.DataCatalog.V1` namespace, used for sending requests to delete an entry in the Data Catalog."],["The class `DeleteEntryRequest` has been implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message operations, equality checks, deep cloning, and buffered messaging."],["The latest version of this page is `2.14.0` with older versions down to `1.2.0` also provided in the content, and the page contains constructor methods for creating new instances of the `DeleteEntryRequest` class, either as a new request or by copying another request."],["It includes two properties, `EntryName` and `Name`, where `EntryName` provides a typed view of the resource name and `Name` stores the required name of the entry to be deleted."],["The content lists the inherited members of the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, that are available for use with the DeleteEntryRequest class."]]],[]]