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 latest version of the `UpdateProcessRequest` class is 1.4.0, part of the Data Lineage v1 API."],["`UpdateProcessRequest` is a request message for updating a process, as defined in the `Google.Cloud.DataCatalog.Lineage.V1` namespace."],["This class allows for conditional insertion of a process if it is not found, which is controlled by the `AllowMissing` property."],["The `Process` property is required and is used to specify the lineage process to be updated, with the process's name field used for identification."],["The `UpdateMask` property is available, though currently not in use, and will eventually allow specifying the exact fields to update when updating a process."]]],[]]