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.2.0."],["`UpdateRunRequest` is used as a request message for updating a lineage run, as outlined in the `UpdateRun` method."],["The `UpdateRunRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateRunRequest` class include `AllowMissing` (a boolean to create the run if it doesn't exist), `Run` (the lineage run to be updated), and `UpdateMask` (the fields to be updated, although currently unused)."],["The document provides the ability to navigate to other versions of this `UpdateRunRequest`, ranging from 1.0.0 up to 1.4.0."]]],[]]