public sealed class DeleteEntityRequest : IMessage<DeleteEntityRequest>, IEquatable<DeleteEntityRequest>, IDeepCloneable<DeleteEntityRequest>, IBufferMessage, IMessage
[[["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."],[[["The `DeleteEntityRequest` class is used to request the deletion of a metadata entity within the Google Cloud Dataplex service."],["This class is part of the `Google.Cloud.Dataplex.V1` namespace in the `Google.Cloud.Dataplex.V1.dll` assembly, which has versions ranging from 1.0.0 to the latest version of 3.6.0."],["The `DeleteEntityRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting a variety of functionalities like message management, equality checking, deep cloning, and buffer operations."],["The key properties for this request include `EntityName`, `Etag`, and `Name`, which are essential for specifying the entity to be deleted and ensuring the correct version is targeted."],["There are two constructors available, a default one, and one that allows for the cloning of another `DeleteEntityRequest` object."]]],[]]