public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
Request for the
[UpdateWorkflow][google.cloud.workflows.v1beta.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."],[[["\u003cp\u003eThis page documents the \u003ccode\u003eUpdateWorkflowRequest\u003c/code\u003e class, which is used to request updates to a workflow using the \u003ccode\u003eUpdateWorkflow\u003c/code\u003e method in the Google Cloud Workflows V1Beta API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateWorkflowRequest\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eUpdateWorkflowRequest()\u003c/code\u003e and a copy constructor \u003ccode\u003eUpdateWorkflowRequest(UpdateWorkflowRequest other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two key properties: \u003ccode\u003eUpdateMask\u003c/code\u003e, a \u003ccode\u003eFieldMask\u003c/code\u003e used to specify which fields of the workflow should be updated, and \u003ccode\u003eWorkflow\u003c/code\u003e, which represents the workflow to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request for updating workflows is available across three different versions, with the latest being 2.0.0-beta05.\u003c/p\u003e\n"]]],[],null,[]]