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 documentation for the `DeleteEntryRequest` class within the Google Cloud Data Catalog v1 API for .NET, specifically version 2.12.0."],["The `DeleteEntryRequest` class is used to send requests to delete an entry in the Data Catalog, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all the previous versions of the DeleteEntryRequest class, all the way to 1.2.0, and it goes up to version 2.14.0, which is the latest."],["The class inherits from `object` and includes properties like `EntryName` (an `EntryName`-typed view) and `Name` (a string), which is the entry name required for deletion."],["It outlines the class's constructors, including a default constructor and one for copying from another `DeleteEntryRequest` object."]]],[]]