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, detailing its structure and usage."],["The `UpdateWorkflowRequest` class is designed for use with the `UpdateWorkflow` method in Google Cloud Workflows, facilitating updates to existing workflows."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and messages."],["It offers two constructors: a default constructor and a copy constructor that takes another `UpdateWorkflowRequest` object."],["The class contains two key properties: `UpdateMask` which determines what fields will be updated, and `Workflow` which contains the workflow that will be updated."]]],[]]