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."],["The `DeleteEntryRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is implemented within the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The latest version available is 2.14.0, but previous versions, dating back to 1.2.0, are also listed and accessible on the page."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform various operations with the request."],["The class contains two constructors, `DeleteEntryRequest()` and `DeleteEntryRequest(DeleteEntryRequest other)`, and two properties `EntryName`, of type `EntryName`, and `Name`, a string for the required entry to delete."]]],[]]