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 page provides a history of versions for `DeleteEntryRequest`, ranging from version 2.14.0 (latest) down to 1.2.0."],["`DeleteEntryRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEntryRequest` class has two constructors: one default and another that takes another `DeleteEntryRequest` object, and has two properties named `EntryName` and `Name`."],["The `Name` property within `DeleteEntryRequest` is a required field and used to specify which entry to delete."]]],[]]