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 within the `Google.Cloud.DataCatalog.V1` namespace, used for deleting entries in the Data Catalog."],["The latest version available is 2.14.0, with a history of versions from 2.13.0 down to 1.2.0 listed, and the current documentation pertains to version 1.6.0."],["`DeleteEntryRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, cloning, and buffering."],["The class includes two constructors: a default constructor, and another accepting a `DeleteEntryRequest` object for creating a copy of an existing request."],["It has two properties, `EntryName` which provides a typed view over the resource name and `Name`, a string property representing the name of the entry to delete, which is a required parameter."]]],[]]