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-25 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 .NET library, with version 3.6.0 being the latest and a range from 1.0.0 to 3.6.0 are documented."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Google Protobuf and standard .NET functionalities."],["The `DeleteEntityRequest` requires the resource name of the entity to be deleted, and can also take an `etag` for managing concurrency."],["The `EntityName` property provides a typed view over the resource name property `Name` to assist with building the resource name when making requests."]]],[]]