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."],[[["The `UpdateProcessRequest` class is used to request updates to a lineage process in the Data Lineage v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality within the Google.Protobuf framework."],["The `UpdateProcessRequest` class offers properties like `AllowMissing`, `Process`, and `UpdateMask`, where `Process` is required and specifies the lineage process to update, and `AllowMissing`, when true, automatically inserts a process if not found."],["There are two constructors for `UpdateProcessRequest`, one default and another that accepts another `UpdateProcessRequest` instance as a parameter for initialization."],["The current documentation spans multiple versions of this API, from version 1.0.0 to the latest version 1.4.0, with the displayed documentation being version 1.1.0."]]],[]]