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 provides documentation for the `UpdateWorkflowRequest` class within the `Google.Cloud.Workflows.V1` namespace, used to request updates to a workflow."],["The `UpdateWorkflowRequest` class, part of version 1.2.0, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateWorkflowRequest` class includes two constructors, a default one, and one that accepts another `UpdateWorkflowRequest` object as a parameter."],["It has two properties: `UpdateMask`, which specifies which fields of the workflow to update, and `Workflow`, which holds the workflow to be updated."],["The latest version is 2.5.0 and you can navigate to older versions of this class all the way back to 1.0.0."]]],[]]