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 the .NET environment."],["The latest version of the `DeleteEntryRequest` documentation is for version 2.14.0, while the page being viewed is for version 2.7.0, and the page includes links to other versions of the same class going all the way back to version 1.2.0."],["The `DeleteEntryRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling data catalog entry deletion requests."],["The `DeleteEntryRequest` class has two constructors, a default one, and one to copy an existing `DeleteEntryRequest`."],["The class has properties like `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."]]],[]]