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-14 UTC."],[[["This webpage provides reference documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex v1 API for .NET."],["The `DeleteEntityRequest` class is used to construct requests for deleting metadata entities in Google Cloud Dataplex."],["The latest version documented is 3.6.0, and the page lists versions down to 1.0.0, showing the different versions of the `DeleteEntityRequest` class over time."],["The `DeleteEntityRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteEntityRequest` class requires `Name` and `Etag` properties for deletion requests, and it can also utilize the `EntityName` property for name-typed views."]]],[]]