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-09 UTC."],[[["This webpage provides reference documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.13.0 and its prior versions."],["The `DeleteEntityRequest` class is used to construct requests for deleting metadata entities, with the latest version being 3.6.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `DeleteEntityRequest` class include `EntityName`, `Etag`, and `Name`, which are used to specify the entity to be deleted."],["The `DeleteEntityRequest` class provides two constructors, the default and one that accepts another `DeleteEntityRequest` object as a parameter."]]],[]]