public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class UpdateWorkflowRequest.
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 reference documentation for the `UpdateWorkflowRequest` class within the Google Cloud Workflows v1 API, specifically for version 2.3.0."],["The `UpdateWorkflowRequest` class is used to request updates to a workflow via the `UpdateWorkflow` method."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two primary properties: `UpdateMask`, which specifies which fields to update, and `Workflow`, which holds the workflow object to be updated."],["The webpage also lists all the available versions of the API, from version 1.0.0 to the latest 2.5.0 version."]]],[]]