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 .NET development."],["The latest version of the API documented is 2.14.0, while the current page focuses on version 2.4.0, along with links to other previous versions."],["The `DeleteEntryRequest` class, which inherits from `object` and implements multiple interfaces, is used to formulate a request to delete an entry in the Data Catalog."],["Key properties of the `DeleteEntryRequest` class include `EntryName`, which provides a typed view over the resource name, and `Name`, a string representing the name of the entry that needs to be deleted."],["Two constructors are provided for the DeleteEntryRequest class, a default one with no parameters, and one that accepts another DeleteEntryRequest as an argument."]]],[]]