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-21 UTC."],[[["This document provides reference documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.3.0."],["`DeleteEntityRequest` is a class used to request the deletion of a metadata entity, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteEntityRequest` class has properties including `EntityName`, `Etag`, and `Name`, that are used to identify and validate the entity to be deleted."],["The latest version available is 3.6.0, and there are many previous versions, all the way down to version 1.0.0 that can be used, and accessed via the documentation."],["There are multiple constructors for the `DeleteEntityRequest` class, including a default constructor, and one that takes another `DeleteEntityRequest` as an argument, and multiple inherited members like `GetHashCode()`, and `ToString()`."]]],[]]