public sealed class DeleteEntryRequest : IMessage<DeleteEntryRequest>, IEquatable<DeleteEntryRequest>, IDeepCloneable<DeleteEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteEntryRequest.
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 provides reference documentation for the `DeleteEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0."],["`DeleteEntryRequest` is used to request the deletion of an entry in the Data Catalog and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteEntryRequest` class has two constructors, a default constructor and one that accepts another `DeleteEntryRequest` object, and it contains properties for the `EntryName` and the `Name` of the entry to be deleted."],["The page lists available versions of the `DeleteEntryRequest`, ranging from the latest 2.14.0 down to 1.2.0, giving the user the ability to view previous versions."]]],[]]