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-04-17 UTC."],[[["The webpage provides reference documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex V1 API, covering versions from 1.0.0 up to the latest release, 3.6.0."],["`DeleteEntityRequest` is a class used to construct requests for deleting metadata entities in the Dataplex service and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEntityRequest` class has properties such as `EntityName`, `Etag`, and `Name`, which are used to identify and manage the entity to be deleted."],["The most recent version of `DeleteEntityRequest` is version 3.6.0, while the oldest available version on the page is 1.0.0."],["There are multiple contructors for the `DeleteEntityRequest`, one of them that takes in another `DeleteEntityRequest` object as an argument."]]],[]]