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"]],[["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-24 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."]]],[]]