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 in the Google Cloud .NET library, specifically within the `Google.Cloud.Workflows.V1Beta` namespace."],["This class is used to construct requests for the `UpdateWorkflow` method, allowing for the modification of existing workflows, as can be seen in the documentation."],["`UpdateWorkflowRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer message support."],["It offers two constructors: a default one and another that accepts an existing `UpdateWorkflowRequest` object, facilitating object creation and cloning."],["The class includes properties like `UpdateMask` (specifying which fields to update) and `Workflow` (containing the workflow data to update)."]]],[]]