public sealed class UpdateProcessRequest : IMessage<UpdateProcessRequest>, IEquatable<UpdateProcessRequest>, IDeepCloneable<UpdateProcessRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class UpdateProcessRequest.
Request message for
[UpdateProcess][google.cloud.datacatalog.lineage.v1.UpdateProcess].
[[["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 `UpdateProcessRequest` class within the Data Lineage v1 API, specifically for version 1.2.0 of the Google Cloud .NET library."],["The `UpdateProcessRequest` class is used to send requests to update a process using the `UpdateProcess` method, which can be found in the Data Lineage API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `UpdateProcessRequest` class has properties like `AllowMissing`, `Process`, and `UpdateMask`, where `AllowMissing` determines if a process should be created if not found, and `Process` specifies the lineage process to be updated."],["The request supports several versions, with 1.4.0 being the latest version as of this documentation, and the content shows versions 1.0.0 through 1.4.0 as available."]]],[]]