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."],[[["This document provides reference information for the `DeleteRunRequest` class within the Google Cloud Data Catalog Lineage v1 API, specifically version 1.3.0."],["`DeleteRunRequest` is used as a request message for deleting a run, as part of the Data Lineage API."],["The `DeleteRunRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `AllowMissing` (a boolean) which decides if the server should return success even if the run is not found, and `Name` (a string) which holds the name of the run to delete."],["The document details the constructors of the class, alongside describing inherited members from the base object class, as well as the namespace and assembly it exists within."]]],[]]