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."],[[["This webpage provides reference documentation for the `DeleteEntryRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.4.0."],["The `DeleteEntryRequest` class is used to construct requests to delete an entry and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists all available versions of the API, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `DeleteEntryRequest` class includes properties like `EntryName` and `Name`, where `Name` is a required resource identifier."],["It contains information about the constructors `DeleteEntryRequest()` and `DeleteEntryRequest(DeleteEntryRequest other)` and the inherited methods, like `GetHashCode()` and `ToString()`."]]],[]]