public sealed class DeleteEntityRequest : IMessage<DeleteEntityRequest>, IEquatable<DeleteEntityRequest>, IDeepCloneable<DeleteEntityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteEntityRequest.
[[["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 `DeleteEntityRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["The latest version documented is 3.6.0, while the lowest version documented is 1.0.0, allowing developers to reference documentation for versions between."],["`DeleteEntityRequest` is used to send a request to delete a metadata entity."],["The `DeleteEntityRequest` class inherits members from the base `object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are specified in the documentation."],["The class includes constructors for creating a new `DeleteEntityRequest` object, either by default or by using another existing `DeleteEntityRequest` object, and it also includes properties such as `EntityName`, `Etag`, and `Name`."]]],[]]