public sealed class DeleteLineageEventRequest : IMessage<DeleteLineageEventRequest>, IEquatable<DeleteLineageEventRequest>, IDeepCloneable<DeleteLineageEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class DeleteLineageEventRequest.
Request message for
[DeleteLineageEvent][google.cloud.datacatalog.lineage.v1.DeleteLineageEvent].
[[["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-01 UTC."],[[["The `DeleteLineageEventRequest` class in the Data Lineage v1 API is used to delete a lineage event, as indicated in the request message for `DeleteLineageEvent`."],["This class is a part of the `Google.Cloud.DataCatalog.Lineage.V1` namespace and is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of this API available, ranging from version 1.0.0 up to the latest version 1.4.0, although the current version of the page is 1.2.0."],["The `DeleteLineageEventRequest` class has properties such as `AllowMissing`, `LineageEventName`, and `Name`, allowing for specific configurations when deleting a lineage event."],["The `DeleteLineageEventRequest` class can be instantiated using two constructors, a default constructor, or one that takes another `DeleteLineageEventRequest` as a parameter."]]],[]]