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."],[[["This page provides reference documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex V1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `DeleteEntityRequest` class is used to initiate the deletion of a metadata entity, as part of the Cloud Dataplex V1 API."],["This `DeleteEntityRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The key properties of the `DeleteEntityRequest` class are `EntityName`, `Etag`, and `Name`, with `Etag` being required to ensure correct deletion, and `Name` being the fully qualified resource name of the entity."],["There are two constructors available for the `DeleteEntityRequest` class: a default constructor and one that takes another `DeleteEntityRequest` object as a parameter, for copying purposes."]]],[]]