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 is used to request the deletion of a lineage event in the Data Lineage v1 API, supporting multiple versions, with version 1.4.0 being the latest release."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing it with various functionalities."],["The `DeleteLineageEventRequest` class includes constructors for creating new instances, either empty or based on an existing `DeleteLineageEventRequest` object."],["It has properties like `AllowMissing`, `LineageEventName`, and `Name` to configure the deletion operation, with the `Name` property being required to specify the lineage event to be deleted."],["The `AllowMissing` property, if set to true, will result in a successful request even if the specified lineage event is not found, in which case no actions will be performed."]]],[]]