public sealed class DeleteRunRequest : IMessage<DeleteRunRequest>, IEquatable<DeleteRunRequest>, IDeepCloneable<DeleteRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class DeleteRunRequest.
Request message for
[DeleteRun][google.cloud.datacatalog.lineage.v1.DeleteRun].
[[["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-21 UTC."],[[["The `DeleteRunRequest` class is part of the Data Lineage v1 API and is used to send requests for deleting a run, and it is the request message for the `DeleteRun` function."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, offering methods such as `GetHashCode`, `GetType`, and `ToString`."],["The `DeleteRunRequest` class has two constructors: a default one and one that allows for creating a new instance by copying an existing `DeleteRunRequest`."],["It features properties like `AllowMissing`, which determines the behavior if a run isn't found, `Name`, which is the required name of the run to delete, and `RunName`, which provides a typed view of the run's resource name."],["There are multiple versions available, ranging from version 1.0.0 to 1.4.0, with 1.4.0 being the latest."]]],[]]