public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
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."],[[["This page documents the `UpdateWorkflowRequest` class, which is used to request updates to a workflow using the `UpdateWorkflow` method in the Google Cloud Workflows V1Beta API."],["The `UpdateWorkflowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class has two constructors: a default constructor `UpdateWorkflowRequest()` and a copy constructor `UpdateWorkflowRequest(UpdateWorkflowRequest other)`."],["It includes two key properties: `UpdateMask`, a `FieldMask` used to specify which fields of the workflow should be updated, and `Workflow`, which represents the workflow to be updated."],["The request for updating workflows is available across three different versions, with the latest being 2.0.0-beta05."]]],[]]