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 developers."],["The `DeleteEntryRequest` class is used to create requests for deleting entries in the Data Catalog, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.14.0, with the documentation covering versions from 2.14.0 all the way down to 1.2.0."],["The `DeleteEntryRequest` class includes properties like `EntryName` and `Name`, where `Name` is a required field representing the name of the entry to be deleted."],["The class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`, and it is located in the `Google.Cloud.DataCatalog.V1` namespace within the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]