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 Google Cloud Data Catalog."],["The `DeleteEntryRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is available in versions ranging from 1.2.0 to the latest 2.14.0 of the `Google.Cloud.DataCatalog.V1` library."],["The `DeleteEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DeleteEntryRequest` class has two constructors: one default and another that takes another `DeleteEntryRequest` object as parameter, allowing for the cloning of requests."],["The class has properties named `EntryName`, a typed view over the `Name` resource name, and `Name`, which is a string that represents the name of the entry to be deleted and is a required field."]]],[]]