public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
Request for the
[UpdateWorkflow][google.cloud.workflows.v1.Workflows.UpdateWorkflow]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `UpdateWorkflowRequest` class within the `Google.Cloud.Workflows.V1` namespace, used for requesting updates to a workflow."],["The latest version of the `UpdateWorkflowRequest` class is 2.5.0, but the documentation contains links to prior versions, dating back to version 1.0.0."],["`UpdateWorkflowRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `UpdateWorkflowRequest` object as a parameter."],["The `UpdateWorkflowRequest` class has properties to update the `Workflow` itself, and control what fields to update with the `UpdateMask` property."]]],[]]