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 version 2.4.0, and lists the available versions, including the latest 2.5.0."],["The `UpdateWorkflowRequest` class is used to construct requests for the `UpdateWorkflow` method, enabling updates to existing workflows, which can either update the entire workflow or be limited to specific fields via `UpdateMask`."],["The `UpdateWorkflowRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the `object` class."],["Key properties of the `UpdateWorkflowRequest` class include `UpdateMask`, which defines the fields to be updated, and `Workflow`, which represents the workflow to be updated, along with multiple constructors for the class."],["This class resides in the `Google.Cloud.Workflows.V1` namespace within the `Google.Cloud.Workflows.V1.dll` assembly."]]],[]]