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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteRunRequest\u003c/code\u003e 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 \u003ccode\u003eDeleteRun\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, offering methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteRunRequest\u003c/code\u003e class has two constructors: a default one and one that allows for creating a new instance by copying an existing \u003ccode\u003eDeleteRunRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt features properties like \u003ccode\u003eAllowMissing\u003c/code\u003e, which determines the behavior if a run isn't found, \u003ccode\u003eName\u003c/code\u003e, which is the required name of the run to delete, and \u003ccode\u003eRunName\u003c/code\u003e, which provides a typed view of the run's resource name.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, ranging from version 1.0.0 to 1.4.0, with 1.4.0 being the latest.\u003c/p\u003e\n"]]],[],null,["# Data Lineage v1 API - Class DeleteRunRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.3.0/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.2.0/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.1.0/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.0.0/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest) \n\n public sealed class DeleteRunRequest : IMessage\u003cDeleteRunRequest\u003e, IEquatable\u003cDeleteRunRequest\u003e, IDeepCloneable\u003cDeleteRunRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data Lineage v1 API class DeleteRunRequest.\n\nRequest message for\n\\[DeleteRun\\]\\[google.cloud.datacatalog.lineage.v1.DeleteRun\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteRunRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteRunRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteRunRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteRunRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataCatalog.Lineage.V1](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DataCatalog.Lineage.V1.dll\n\nConstructors\n------------\n\n### DeleteRunRequest()\n\n public DeleteRunRequest()\n\n### DeleteRunRequest(DeleteRunRequest)\n\n public DeleteRunRequest(DeleteRunRequest other)\n\nProperties\n----------\n\n### AllowMissing\n\n public bool AllowMissing { get; set; }\n\nIf set to true and the run is not found, the request\nsucceeds but the server doesn't perform any actions.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the run to delete.\n\n### RunName\n\n public RunName RunName { get; set; }\n\n[RunName](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.RunName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.DeleteRunRequest#Google_Cloud_DataCatalog_Lineage_V1_DeleteRunRequest_Name) resource name property."]]