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."],[[["The `DeleteEntityRequest` class in the Google Cloud Dataplex v1 API is used to formulate requests for deleting metadata entities."],["This documentation provides reference material for multiple versions of the API, ranging from version 1.0.0 to the latest version, 3.6.0."],["The class `DeleteEntityRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message management."],["The `DeleteEntityRequest` class has properties such as `EntityName`, `Etag`, and `Name`, which are used to identify and manage the entity being deleted."],["You can access documentation for various API versions and dive into specific class details."]]],[]]