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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.8.0."],["The `DeleteEntryRequest` class is used to construct requests for deleting entries in the Data Catalog and implements multiple interfaces for message handling and object equality."],["The page includes a list of available versions for `DeleteEntryRequest`, ranging from the latest version 2.14.0 down to version 1.2.0."],["The class `DeleteEntryRequest` contains two properties: `EntryName`, which provides a typed view of the entry name, and `Name`, a string that represents the name of the entry to delete."],["There are two constructors: a parameterless one, and one which takes another DeleteEntryRequest instance as a parameter."]]],[]]