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 page provides documentation for the `DeleteEntityRequest` class within the Google Cloud Dataplex V1 API, specifically in the .NET environment."],["The documentation covers various versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with the current page being for version 3.0.0."],["`DeleteEntityRequest` is used to delete a metadata entity, and its implementation includes interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `EntityName`, `Etag`, and `Name`, which are essential for specifying the entity to be deleted, with `Name` being the resource name of the entity."],["There are two constructors available for `DeleteEntityRequest`: a default constructor and a copy constructor that takes another `DeleteEntityRequest` instance as a parameter."]]],[]]