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 page provides reference documentation for the `DeleteEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET."],["`DeleteEntryRequest` is used to construct request messages for the `DeleteEntry` function, which is used to delete an entry."],["The `DeleteEntryRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that allows you to pass another `DeleteEntryRequest` to the constructor, as well as two properties named `EntryName` and `Name`."],["The documentation provides links to multiple previous versions of the `DeleteEntryRequest` class, from version 1.2.0 all the way up to the latest 2.14.0."]]],[]]