public sealed class UpdateRunRequest : IMessage<UpdateRunRequest>, IEquatable<UpdateRunRequest>, IDeepCloneable<UpdateRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class UpdateRunRequest.
Request message for
[UpdateRun][google.cloud.datacatalog.lineage.v1.UpdateRun].
[[["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 documentation for the `UpdateRunRequest` class within the Data Lineage v1 API."],["The `UpdateRunRequest` class is used to send requests to update a lineage run, and it includes properties like `AllowMissing`, `Run`, and `UpdateMask`."],["The latest version of `UpdateRunRequest` is 1.4.0, and there are older versions available, ranging from 1.0.0 to 1.3.0."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `UpdateRunRequest` class offers two constructors, one default and one that accepts another `UpdateRunRequest` object for initialization."]]],[]]