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, specifically in version 1.1.0, but also providing links to previous versions as well as the latest."],["The `UpdateWorkflowRequest` class is used to request updates to a workflow using the `UpdateWorkflow` method, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default one, `UpdateWorkflowRequest()`, and another that accepts an `UpdateWorkflowRequest` object as a parameter, `UpdateWorkflowRequest(UpdateWorkflowRequest other)`."],["It features two key properties: `UpdateMask`, which defines the specific fields to update, and `Workflow`, which represents the workflow to be updated, both as part of the request."],["There is documentation present for the methods that are inherited from the Object class."]]],[]]