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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The latest version of the `UpdateWorkflowRequest` class is 2.5.0, within the `Google.Cloud.Workflows.V1` namespace."],["`UpdateWorkflowRequest` is used to send requests for the `UpdateWorkflow` method in the Workflows v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for `UpdateMask`, which specifies the fields to be updated, and `Workflow`, the workflow object that will be updated."],["The `UpdateWorkflowRequest` class also has two constructors: a default constructor and a copy constructor that takes another `UpdateWorkflowRequest` object as a parameter."]]],[]]