public sealed class DeleteEntryRequest : IMessage<DeleteEntryRequest>, IEquatable<DeleteEntryRequest>, IDeepCloneable<DeleteEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteEntryRequest.
[[["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."],[[["The latest version available for the `DeleteEntryRequest` class is 3.6.0, and the current page documents version 3.5.0."],["The `DeleteEntryRequest` class, part of the Google Cloud Dataplex v1 API, is used to make a request to delete an entry and it inherits from the base `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteEntryRequest` contains two public constructors, `DeleteEntryRequest()` and `DeleteEntryRequest(DeleteEntryRequest other)`, with the latter accepting another `DeleteEntryRequest` object as a parameter for initialization."],["The `DeleteEntryRequest` class has two properties, `EntryName` which is of type `EntryName` providing a typed view over the `Name` property, and the `Name` property which is a string and represents the resource name of the entry to be deleted."],["There are multiple other available versions of this class, ranging from 1.0.0 to 3.6.0, each with its own documentation page under the corresponding version."]]],[]]