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."],[[["The content provides a list of versions for the `DeleteEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, ranging from version 1.2.0 to the latest version, 2.14.0."],["`DeleteEntryRequest` is a class used for sending delete entry requests to the Data Catalog service, as defined by its function in the API documentation."],["The class `DeleteEntryRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties `EntryName` of type `EntryName` and `Name` of type string, representing a resource name and the entry name to delete, respectively."],["There are two constructors provided for the `DeleteEntryRequest` class, one that takes no parameters and another that accepts a `DeleteEntryRequest` object."]]],[]]