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."],[[["The latest version available for the `DeleteEntityRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of prior versions down to 1.0.0 available as well."],["The `DeleteEntityRequest` class is used to create a request to delete a metadata entity within the Dataplex service."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `EntityName`, `Etag`, and `Name` to specify the entity to be deleted and ensure data integrity through etag validation."],["It has two constructors, one is a default constructor and the other allows you to pass another instance of DeleteEntityRequest."]]],[]]