public sealed class UpdateWorkflowRequest : IMessage<UpdateWorkflowRequest>, IEquatable<UpdateWorkflowRequest>, IDeepCloneable<UpdateWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class UpdateWorkflowRequest.
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"]],[["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-03-21 UTC."],[[["The `UpdateWorkflowRequest` class is part of the Workflows v1beta API and is used to send requests for updating workflows."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `UpdateWorkflowRequest` object as a parameter for cloning."],["The class contains two properties, `UpdateMask`, which specifies the fields to update, and `Workflow`, which is the required workflow to be updated."],["The `UpdateWorkflowRequest` class is located within the `Google.Cloud.Workflows.V1Beta` namespace and is part of the `Google.Cloud.Workflows.V1Beta.dll` assembly."]]],[]]