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 page details the `DeleteEntryRequest` class, which is used to request the deletion of an entry within the Google Cloud Data Catalog service."],["The latest version of the documentation available is 2.14.0, while this specific page is for version 1.7.0, as indicated at the top."],["The `DeleteEntryRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteEntryRequest` include `EntryName` for a structured view of the entry's resource name, and `Name`, a string field representing the entry's name that is required for deletion."],["There are many versions of this document, as version 1.7.0 goes all the way to 2.14.0, and the version prior to 1.7.0 goes as far back as 1.2.0."]]],[]]