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 in the Google Cloud platform, specifically within the `Google.Cloud.DataCatalog.Lineage.V1` namespace."],["This class is designed to handle requests for deleting a run, as outlined by the `DeleteRun` method within the Data Lineage API."],["`DeleteRunRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The class includes properties such as `AllowMissing`, which determines the behavior if the run to be deleted is not found, `Name`, which is the required name of the run to be deleted, and `RunName`, which provides a typed view over the `Name` resource."],["There are multiple versions available of this resource class, ranging from version 1.0.0 up to the latest 1.4.0, however this current page details the 1.2.0 version of the `DeleteRunRequest`."]]],[]]