public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class UpdateWorkflowRequest.
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\u003eThe \u003ccode\u003eUpdateWorkflowRequest\u003c/code\u003e class is part of the Workflows v1beta API in the Google Cloud .NET library, specifically within the \u003ccode\u003eGoogle.Cloud.Workflows.V1Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to construct requests for the \u003ccode\u003eUpdateWorkflow\u003c/code\u003e method, allowing for the modification of existing workflows, as can be seen in the documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateWorkflowRequest\u003c/code\u003e 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, providing various functionalities like message handling, equality comparison, deep cloning, and buffer message support.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: a default one and another that accepts an existing \u003ccode\u003eUpdateWorkflowRequest\u003c/code\u003e object, facilitating object creation and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eUpdateMask\u003c/code\u003e (specifying which fields to update) and \u003ccode\u003eWorkflow\u003c/code\u003e (containing the workflow data to update).\u003c/p\u003e\n"]]],[],null,[]]