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 focusing on version 2.5.0."],["The `DeleteEntryRequest` class is used to construct a request for deleting an entry in the Data Catalog, as defined by the `google.cloud.datacatalog.v1.DataCatalog.DeleteEntry` API."],["The latest version of this documentation is available under `2.14.0`, but this page also lists links to the documentation for all preceding versions down to `1.2.0`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors for creating instances of `DeleteEntryRequest`."],["The `DeleteEntryRequest` class includes properties such as `EntryName` and `Name`, where `Name` is a required string property representing the name of the entry to be deleted."]]],[]]