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 information for the `UpdateRunRequest` class within the Google Cloud Data Catalog Lineage v1 API, specifically version 1.3.0."],["`UpdateRunRequest` is used to request updates to a lineage run, as defined by the `UpdateRun` method, and it inherits from object while also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateRunRequest` class includes properties such as `AllowMissing`, `Run`, and `UpdateMask` to manage the update operation, which are either a boolean value, a lineage run object, or a FieldMask object respectively."],["There are currently five documented versions of the api, ranging from version 1.0.0 up to the latest version 1.4.0."],["There are two constructors for the class `UpdateRunRequest()`, and `UpdateRunRequest(UpdateRunRequest other)`."]]],[]]